Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Location of 'use' statements

by Juerd (Abbot)
on Apr 19, 2003 at 14:16 UTC ( [id://251659]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Foo::Bar quux => ${'VERSION'};
    use strict;
    
  2. or download this
    package Example;
    use Exporter::Tidy _map => { foo => \$foo };
    ...
    my $foo;
    
    # silently making $Example::foo exportable
    
  3. or download this
    package Example;
    use strict;
    ...
    my $foo;
    
    # Global symbol "$foo" requires explicit package name ...
    

Log In?
Username:
Password:

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

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

    No recent polls found