There are three Perl scripts and the third one should operate on data but isn't. 2.pl should create a file /var/www/data/$username.txt which it doesn't do.
0.pl
#!/usr/bin/perl
use CGI;
$query = new CGI;
print $query->header;
print $query->start_html(-title=>'Password');
print "<FONT FACE...
The CGI forum doesn't appear to have much activity, so I'm posting this to the Perl forum.
When "Append" is clicked I want to save each record, and when "Finished" is clicked it will output a page with each record that was entered as shown in the above example.
I am not having a problem doing...
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.