Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: BEGIN { } block

by JadeNB (Chaplain)
on Aug 07, 2009 at 16:26 UTC ( [id://786834]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    a my ($b, $c)
    
  2. or download this
    use A qw/a/;
    a my ($b, $c);
    
  3. or download this
    my ( $b, $c );
    a $b, $c;
    
  4. or download this
    $b->a($c)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-24 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found