(a few random, specific things in no particular order)
if (($in{'name'})&& etc...
it seems better (monks correct me if i'm wrong) to use exists here:
if (exists($in{'name'}) && etc...
As for coding, don't try to implement a lot of changes at once (assuming you're still making changes). It's just a bad idea (unless you're a real programmer like mel ;-). Whatever changes you plan to implement, make them 1 at a time. And if you can stomach it, you should probably post the next (major) revision to Seekers of Perl Wisdom if you plan on asking for further advice. You'll probably receive more help there.
jynx
In reply to Re: html/file security cgi
by jynx
in thread html/file security cgi [revisited]
by UberDragon13
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |