Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: import duties

by Anonymous Monk
on Dec 24, 2003 at 11:33 UTC ( [id://316829]=note: print w/replies, xml ) Need Help??


in reply to import duties

According to perlfunc, C<use> is exactly equivalent to

BEGIN { require Module; import Module LIST; }

so the my declaration is only in scope for the use statement.

Replies are listed 'Best First'.
Re: Re: import duties
by jimc (Sexton) on Dec 26, 2003 at 03:27 UTC
    Thanks for the (now obvious) explanation. shoulda slept on it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-19 20:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found