Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Generating a Pattern

by japhy (Canon)
on Jul 24, 2000 at 22:32 UTC ( [id://24145]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    1
    1 1
    ...
    1 2 1 1
    1 1 1 2 2 1
    3 1 2 2 1 1
    
  2. or download this
    @a = (1);
    for (1..10) {
      print "@a\n";
      # real juicy stuff here
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found