Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: Re: 3-D Stereogram, Self replicating source.

by Toodles (Monk)
on Oct 16, 2001 at 11:52 UTC ( [id://119081]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -d filename.pl
    
  2. or download this
    W $_
    
  3. or download this
    my(@f,@c,@w);@a=@f=<DATA>;seek(DATA,0,0);@c=<DATA>;
    until(($_=pop(@c))=~/^_/){};unshift(@a,$_);for(1..3)
    ...
    {$w[$s+15-$_]=(($w[$s]eq",")?".":$w[$s]);$s++;}
    for(1..75){unless($w[$_]ne''){$w[$_]=$w[($_-1)];}}
    print(join"",@w);print"\n";}print@a;
    
  4. or download this
    my(@f,@c,@w);
    @a=@f=<DATA>; #Read everything from __DATA__ onward into
    ...
    print"\n"; #goto next line, Lather, rinse, repeat.
    }
    print@a; #Finally, print the __DATA__ label, and original DATA content
    +s
    
  5. or download this
    __DATA__
    llllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    ...
    llllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    llllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    llllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://119081]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-25 20:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found