Hi
I begin in perl and i wrote i little programm to upload a file and I want to wrote this file in in a new file but the file stay empty.
this is my code
use CGI;
my $q=new CGI();
print $q->header();
print $q->start_html("UPLOAD FILE");
print $q->start_form();
print...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.