Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Writing Modules/namespace polution

by Mugatu (Monk)
on Mar 16, 2005 at 17:00 UTC ( [id://440021]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Example::Module;
    use strict;
    ...
      print "Hi '$v1' and '$v2'\n";
    }
    1;
    
  2. or download this
    use strict;
    use Example::Module;
    ...
    };
    
    $em->foo("one", "two");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://440021]
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: (5)
As of 2024-03-28 22:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found