|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
Or if you want to reveal every character in your string's ascii code, you can do this: printf "%vd \n", $string; Thanks for that. I had no idea it existed. And (IMO) even better is that is led me to just try: printf "%vx\n", $s;. And whaddayaknow. It worked! I'll be making much use of that in future. With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In reply to Re^2: Printing Last Element of a line using perl memory?
by BrowserUk
|
|