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

Re: @INC problem with SOAP::Lite

by almut (Canon)
on Jan 09, 2007 at 22:28 UTC ( [id://593800]=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
    ...
        die "Failed to access class ($class): $@" if $@;
        $self->dispatched($class) unless $static;
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 09:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found