Owen wrote:
There is a person on the Internet using this to advise his email
address.

    perl -le "print scalar reverse qq/moc.liamg\100halbhalb/"

I am intrigued as to how "001\" becomes "@"

"\100" is interpolated as "@" before the string is reversed.

You could also write that as:

perl -le "print scalar reverse q/moc.liamg@halbhalb/"



John
--
Any intelligent fool can make things bigger and
more complex... It takes a touch of genius -
and a lot of courage to move in the opposite
direction.                   -- Albert Einstein

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to