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 =<OUTFILE>;
print OUTFILE $buffer;
close (OUTFILE);


Johnno


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to