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


in reply to A First - Please Comment

Personally I like being as short as possible :)

$/=-1,print map(chr hex,split(/#|\n/,<DATA>))

Unfortunately short in this case is rather readable, so its not so great.

I really like your use of $= and $; they really play tricks on the eyes.

I would recommend that you

- nashdj