2010/1/17 Parag Kalra <paragka...@gmail.com>: >>>So common folks give me some ideas. > > I meant - Come on Folks :P > > Cheers, > Parag > > > > > On Sun, Jan 17, 2010 at 11:34 PM, Parag Kalra <paragka...@gmail.com> wrote: > >> Hello All, >> >> I am looking for a geeky way to wish someone on his Birthday with the help >> of Perl. >> >> Condition is - It should be one liner which I can directly execute from the >> command line. >> >> EG: perl -e "print 'Happy Birthday Larry!!!'" >> >> But this is very simple and you can directly make out without even >> executing. I want some really nerdy way of wishing for which the Birthday >> Boy has to execute it without which he cannot understand the message. :) >> >> So common folks give me some ideas.
You could try this, don't know if it's obscure enough for you though perl -e 'print "\x48\x61\x70\x70\x79\x20\x42\x69\x72\x74\x68\x64\x61\x79\xa"' Dp. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/