in reply to Re: 3-D Stereogram, Self replicating source.
in thread 3-D Stereogram, Self replicating source.
<G> (i can't see stereograms well, but the #! in the __DATA__ looked pretty cool. )strfry@argc:~> perl -Mstrict -we 'my$i="Toodles";$i=~s/(Toodles)/\1 is + a GENIUS/g;print "$i\n";' \1 better written as $1 at -e line 1. Toodles is a GENIUS
|
---|