Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
No such thing as a small change
 
PerlMonks  

Unusual Closure Behaviour

by tachyon (Chancellor)
on Jul 12, 2001 at 10:55 UTC ( #95940=perlquestion: print w/ replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
        my $x;
    ...
    }
    
    for (1..7) { print foo() }
    
  2. or download this
    sub foo {
        my $x if undef;
      return ++$x;
    }
    for (1..7) { print foo() }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: perlquestion [id://95940]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others romping around the Monastery: (10)
As of 2013-05-22 21:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (471 votes), past polls