http://www.perlmonks.org?node_id=656407


in reply to Re^5: Binary to decimal conversion
in thread Binary to decimal conversion

Then tell me why this prints hello and not olleh?
$ perl -wle 'print reverse(q{hello})' hello
--
Andreas