Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: prototyle mismatch error using LWP::Simple and CGI.

by japhy (Canon)
on Jul 17, 2002 at 18:54 UTC ( [id://182554]=note: print w/replies, xml ) Need Help??


in reply to prototyle mismatch error using LWP::Simple and CGI.

Both CGI and LWP::Simple export a 'head' function. If you aren't using LWP::Simple's head() function, only import what you want: use LWP::Simple 'get'; Otherwise:
use CGI ':standard'; use LWP::Simple (); ... print LWP::Simple::head(...);

Log In?
Username:
Password:

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

    No recent polls found