On Sat, 9 Aug 2003, Eyal Rozenberg wrote: > Guy makes some good points. So please ignore my counter until I fix it. > > Sorry and thank you, > Eyal >
In general, use the -wT flags to perl whenever you run a CGI script. -w adds warnings (and should be always used) and -T enables taint checking which will disallow any insecure operations (you'll get a runtime error trying to run your script). Alon -- This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540 GPG public key at http://alon.wox.org/pubkey.txt Key fingerprint = A670 6C81 19D3 3773 3627 DE14 B44A 50A3 FE06 7F24 -------------------------------------------------------------------------- -=[ Random Fortune ]=- "You don't go out and kick a mad dog. If you have a mad dog with rabies, you take a gun and shoot him." -- Pat Robertson, TV Evangelist, about Muammar Kadhafy -------------------------------------------------------------------------- Haifa Linux Club Mailing List (http://www.haifux.org) To unsub send an empty message to [EMAIL PROTECTED]
