Can anyone explain why perl -e 'print reverse "forwards" ' prints "forwards"; and to get what I want I have to use perl -e 'print $var= reverse "forwards" ' which yields "sdrawrof" ? Why do I have to introduce the extra variable just to get the print I was after?
-- =========================================== Chris Game <chrisgame@!yahoo!dotcodotuk> =========================================== -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
