Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

quine-ish

by iamcal (Friar)
on Mar 28, 2002 at 10:13 UTC ( [id://154917]=obfuscated: print w/replies, xml ) Need Help??

#!/usr/bin/perl -w use strict; my @a =( "5 1115151131 2117120181 ","6111511 31 11 31 71 11 13 11 1311131"," 31 19 04 12 90 61 00 00 04 11 15 15 1500000061 1511131113 10 00 00 00 0" ); @a=reverse(split//, join('',reverse map{s /\s//xg;$_}@a));while(@a){my$c=pop@a;for (my $i=0;$i<$c;$i++){print' 'x pop(@a); print'*'for(1..pop@a);}print"\n"if$c;}

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: obfuscated [id://154917]
Approved by root
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-24 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found