Re: uploading a file with perl

2008-01-13 Thread Gunnar Hjalmarsson
Mike Williams wrote: On Jan 12, 2008 9:33 PM, Sean Davis wrote: You should probably be using CGI.pm. It will vastly simplify what you are doing. Then, you can read any of a dozen sites on doing file uploads using CGI; see search.cpan.org for the details of using CGI.pm. I agree with Sean. Y

Re: uploading a file with perl--->kueri: ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="level" asda ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="m

2008-01-13 Thread Mike Williams
> On Jan 12, 2008 5:54 PM, Patrik Hasibuan <[EMAIL PROTECTED]> > wrote: > I am still new in perl. On Jan 12, 2008 9:33 PM, Sean Davis <[EMAIL PROTECTED]> wrote: > Hi, Patrik. > > You should probably be using CGI.pm. It will vastly simplify what you are > doing. Then, you can read any of a dozen s

Re: uploading a file with perl--->kueri: ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="level" asda ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="m

2008-01-13 Thread Sean Davis
Hi, Patrik. You should probably be using CGI.pm. It will vastly simplify what you are doing. Then, you can read any of a dozen sites on doing file uploads using CGI; see search.cpan.org for the details of using CGI.pm. Sean On Jan 12, 2008 5:54 PM, Patrik Hasibuan <[EMAIL PROTECTED]> wrote: