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

Re^2: do, local and a qualified identifier?

by pg (Canon)
on Oct 09, 2005 at 03:22 UTC ( [id://498500]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    1;
    
  2. or download this
    
    Global symbol "$bar" requires explicit package name at Foo.pm line 6.
    Global symbol "$bar" requires explicit package name at Foo.pm line 9.
    Global symbol "$bar" requires explicit package name at Foo.pm line 10.
    Foo.pm had compilation errors.
    
  3. or download this
    
    use strict;
    ...
    }
    
    1;
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    Foo::init();
    print $Foo::bar;
    
  5. or download this
    Name "Foo::bar" used only once: possible typo at math1.pl line 7.
    Use of uninitialized value in print at math1.pl line 7.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-03-28 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found