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