Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re^2: A simple import() for those special moments

by ihb (Deacon)
on Jan 20, 2003 at 18:18 UTC ( [id://228428]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      sub foo_var { 'a' }
      use Foo;
      foo_var(); # Undefined subroutine called.
    
  2. or download this
      sub foo_var ($$);
      use Foo;
      foo_var;
    
  3. or download this
      use Foo;
      sub foo_var { 1 }
      foo_var();
    

Log In?
Username:
Password:

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

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

    No recent polls found