Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Re: while (scalar()

by tachyon (Chancellor)
on Mar 12, 2004 at 22:20 UTC ( [id://336283]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    KEYWORD ( CONDITION )
    {  # begining of block of code to exec marked by {
    ...
       # stuff you want to do goes in here
    
    }  # end of block of code to exec marked by }
    
  2. or download this
    if ( $some_condition ) {
        # some_condition is true
    ...
    else {
        print "Some condition is false!\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-25 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found