Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Re: A few random questions from Learning Perl 3

by Juerd (Abbot)
on Jan 06, 2003 at 12:42 UTC ( [id://224610]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (...) {
        ...;
        last if ...;  # cannot use C<last> with G<if>
        ...;
    }
    
  2. or download this
    if (...) {
        {
    ...
            ...;
        }
    }
    
  3. or download this
    if (...) {{
        ...;
        last if ...;  # same
        ...;
    }}
    

Log In?
Username:
Password:

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

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

    No recent polls found