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

Re: Installing mod_perl complains about URI::URL missing method (URI not URI::URL)

by ybiC (Prior)
on May 19, 2002 at 02:37 UTC ( [id://167595]=note: print w/replies, xml ) Need Help??


in reply to Installing mod_perl complains about URI::URL missing method

I recently encountered this very same issue, and got good advice from the brethren.

As brother Fletch suggested,
my $url  = new URI($site);
in my code instead of
my $url  = new URI::URL($site);
did the trick for me, and seemed to be the cleanest solution.
    cheers,
    Don
    striving toward Perl Adept
    (it's pronounced "why-bick")

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found