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

Perl is a post-modern aesthetic language

by cosimo (Hermit)
on Jan 16, 2005 at 21:21 UTC ( [id://422640]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $i=0;
    for( $i=0; $i<=$n; $i++ ) {
    ...
           exit;
       }
    }
    
  2. or download this
    for( 0 .. $n )
    {
    ...
       last if @list >= max_length();
       warn('System halt') and exit if bar($n => @list) > 999.999;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://422640]
Approved by friedo
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found