Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Writing Modules/namespace polution

by ikegami (Patriarch)
on Mar 16, 2005 at 15:58 UTC ( [id://439992]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "My Test\n";
    Func1();             # ERROR!
    Func2("Fluffy", 5);  # ERROR!
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "My Test\n";
    Func1();
    Func2("Fluffy", 5);  # ERROR!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-23 22:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found