i have a cgi file to display the league bowlers in a data file. it works just fine as long as their number of games, and scores aren't 0 (which it is set to by default). why wouldn't this print out the bowler information if those values are set to 0?
#!/usr/local/bin/perl
print...
hello, i'm writing a perl script to take in user info and and write it to a file. my current code:
#!/usr/local/bin/perl
print "Content-Type: Text/html\n\n";
$str=$ENV{QUERY_STRING};
($first, $second, $third) = split(/&/, $str);
($dummy, $newid) = split(/=/, $first);
($dummy, $newfName) =...
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.