in reply to RE: Re: How do I parse multipart/form-data?!?
in thread How do I parse multipart/form-data?!?

If you use standard when importing CGI, it'll import the functions into your name space, so you can probably get by with: $udt = upload($dat); I presume you're not using the object-oriented interface, but that's just a guess.