Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^4: How to pass an argument to a Module?

by mascip (Pilgrim)
on Sep 09, 2012 at 18:25 UTC ( [id://992614]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub subr :Export(:DEFAULT) { return "subr() was called\n"; }
    
  2. or download this
    use Mod3 'argument';
    
  3. or download this
      sub subr :Export(:MANDATORY) { return "subr() was called\n"; }
    
  4. or download this
      use Mod3 '&subr', 'argument';
    
  5. or download this
      use Mod3 ':DEFAULT', 'argument';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-20 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found