Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Was a module use'd or require'd?

by TheDamian (Vicar)
on Aug 13, 2007 at 20:18 UTC ( [id://632301]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        package Whatever;
    
    ...
        }
    
        1;
    
  2. or download this
        use Whatever qw<this that tother>;
    
        Whatever::report();    # I feel used (with: this that tother)
    
  3. or download this
        require Whatever;
    
        Whatever::report();    # I feel required
    

Log In?
Username:
Password:

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

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

    No recent polls found