Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: @INC problem with SOAP::Lite

by Corion (Patriarch)
on Jan 10, 2007 at 11:53 UTC ( [id://593882]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      unless (defined(%{"${class}::"}) || exists($INC{join '/', split /::/
    +, $class.'.pm'})) {
        # allow all for static and only specified path for dynamic binding
    +s
    ...
        $self->dispatched($class) unless $static;
      }
    
  2. or download this
    use Wordbank::DCI::Server;
    use Wordbank::DCI::Another::Package;
    # and so on
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://593882]
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: (2)
As of 2024-04-19 20:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found