Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Pascal triange...

by ton (Friar)
on Jun 19, 2002 at 08:46 UTC ( [id://175591]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub pascal {
      my ($rows) = @_;
    ...
        print " 1\n";
      }
    }
    
  2. or download this
    sub ton_pascal
    {
    ...
            print join(' ', @$this_row) . "\n";
        }    
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found