Re: [Perl-unix-users] file uploads in Perl

2002-05-18 Thread Justin Hopper
nal Message - > From: "Justin Hopper" <[EMAIL PROTECTED]> > To: "Johnno" <[EMAIL PROTECTED]> > Cc: "perl-unix-users mailing list" > <[EMAIL PROTECTED]> > Sent: Saturday, May 18, 2002 3:46 PM > Subject: Re: [Perl-unix-users] file upl

Re: [Perl-unix-users] file uploads in Perl

2002-05-18 Thread Johnno
- From: "Justin Hopper" <[EMAIL PROTECTED]> To: "Johnno" <[EMAIL PROTECTED]> Cc: "perl-unix-users mailing list" <[EMAIL PROTECTED]> Sent: Saturday, May 18, 2002 3:46 PM Subject: Re: [Perl-unix-users] file uploads in Perl > Johnno, > > I th

Re: [Perl-unix-users] file uploads in Perl

2002-05-17 Thread Justin Hopper
Johnno, I think you are going to have to give a bit more information than that. Where are you trying to upload the file to? The code below is a little confusing. It looks like you opened the file $file for writing, then tried to read the information into the var $buffer, then tried to output t

[Perl-unix-users] file uploads in Perl

2002-05-17 Thread Johnno
how do you upload a file in perl?? I have var $file which is the file on the local HD.. from there is where a get into trouble.. open (OUTFILE, ">$file"); $buffer =; print OUTFILE $buffer; close (OUTFILE); Johnno ___ Perl-Unix-Users mailing list [

[Perl-unix-users] file uploads in perl

2002-05-17 Thread Johnno
how do you upload a file in perl?? I have var $file which is the file on the local HD.. from there is where a get into trouble.. open (OUTFILE, ">$file"); $buffer =; print OUTFILE $buffer; close (OUTFILE); Johnno ___ Perl-Unix-Users mailing list [