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
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
[
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
[