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.
In reply to Re^2: Printing Last Element of a line using perl memory?
by BrowserUk
in thread Printing Last Element of a line using perl memory?
by symgryph
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |