Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Unparseability is A Good Thing

by jdrago_999 (Hermit)
on Aug 24, 2009 at 17:55 UTC ( [id://790880]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    sub init {
      push @INC, '/my/module/dir';
    }
    
  2. or download this
    package Bar;
    
    use Foo;
    BEGIN { Foo->init }
    use Baz; # Resides under /my/module/dir
    

Log In?
Username:
Password:

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

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

    No recent polls found