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

Re^4: Flipin good, or a total flop?

by chibiryuu (Beadle)
on Jan 27, 2006 at 21:53 UTC ( [id://526105]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (my $foo) {
        # $foo is lexically scoped to this block
        bar();
    }
    
  2. or download this
    for my $foo (@foo) {
        # $foo is lexically scoped to this block
        baz();
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-29 11:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found