Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Global vs. local?

by lodin (Hermit)
on May 29, 2009 at 13:59 UTC ( [id://766864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        OBJECTNAME_Eventname
    
  2. or download this
        sub Button1_Click {
            # ...do something...
        }
    
  3. or download this
    sub Button1_Click { ... }
    
    ...
      -name => 'Button1',
      ...,
    );
    
  4. or download this
    $main->AddButton(
      -name => 'Button1',
      -onClick => sub { ... },
      ...,
    );
    

Log In?
Username:
Password:

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

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

    No recent polls found