> > > Okay, here is an even less sucessful approach: > > > > > > 0 1 2 3 > > > 012345678901234567890123456789012345 > > > > > > print`perldoc perlembed`=~/= (J.*)/m > > > > > > > print`man perlembed`=~/(Ju.*)/ > > But this prints "Just Another Perl Hacker", not "Just another Perl hacker,"
I wrote two versions, one that followed precisely the rules and the other that didn't. This is the one that didn't, showing that it is a hopeless case before we even start the manipulations to get it in the correct form. Parse your email in order! :) Jonathan Paton ===== ---------------BEGIN GEEKCODE BLOCK-----------v3.12 GCS/E d+ s+: a20 C++(+++)>$ UHL++>+++ P+++ L++>++++ E- W++(-) N+ o? K- w--- !O M-- !V PS-- PE++ Y++ PGP t@ 5-- X-- R- tv- b DI+ D- G++ e h! !r--->++ !y--- ----------------END GEEKCODE BLOCK----------------- JAPH: print`perldoc perlembed`=~/(Ju.*)/,"\n" __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com
