Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Global vs. local?

by jpavel (Sexton)
on May 28, 2009 at 09:14 UTC ( [id://766610]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $comboboxes[$accountCount] = $main->AddCombobox(
        -name       => $accountName."ComboBox",
    ...
        $SUB = $accounts[$x]."ComboBox_Change";
        *$SUB = sub { ComboBox $x };
    }
    
  2. or download this
            $uniqueWindow[$i] = $main->AddTextfield(
                -height            => 200,
    ...
            }
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://766610]
Approved by Corion
Front-paged by targetsmart
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found