Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Undefined subroutine CGI::upload

by matthewb (Curate)
on Sep 30, 2003 at 16:54 UTC ( [id://295344]=note: print w/replies, xml ) Need Help??


in reply to Undefined subroutine CGI::upload

The eversion for CGI is 2.46...

From perldoc CGI:

To be safe, use the upload() function (new in version 2.47).  
When called with the name of an upload field, upload() 
returns a filehandle, or undef if the parameter is not a 
valid filehandle.
Also, you don't need to import :standard if you are using the OO interface.

MB

Replies are listed 'Best First'.
Re: Re: Undefined subroutine CGI::upload
by jerrygarciuh (Curate) on Sep 30, 2003 at 16:58 UTC
    Well that solves that, eh?

    Apparently my reading of the revision history was less than thorough!

    Thank you very much for catching that matthewb!

    jg

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 06:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found