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 [