Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Flag variables

by IlyaM (Parson)
on Mar 07, 2003 at 11:37 UTC ( [id://241113]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
        for( my $n = 0; $n < scalar @loop_keys; ++$n ) {
    ...
            }
        }
    
  2. or download this
    
        for my $n ( 0 .. @loop_keys - 1 ) {
    ...
            }
        }
    

Log In?
Username:
Password:

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

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

    No recent polls found