Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: USE or Require?

by skyknight (Hermit)
on Jul 23, 2003 at 12:49 UTC ( [id://277123]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    eval "require $parent_class"; die "$@\t...$parent_class barfed" if $@;
    eval "require $child_class"; die "$@\t...$child_class barfed" if @;
    
  2. or download this
    use Some::Module qw(foo);
    

Log In?
Username:
Password:

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

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

    No recent polls found