Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Global vs. local?

by Corion (Patriarch)
on May 28, 2009 at 09:24 UTC ( [id://766613]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     switch ($j) {
    
  2. or download this
    foreach my $j (0..$i-1) {
        my $idx = $j; # make a copy
        my $SUB = "${idx}Textfield_MaxText";
        *$SUB = sub { variableMaxText( $idx );
    };
    

Log In?
Username:
Password:

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

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

    No recent polls found