View Single Post
 
Old Oct 16, 2001, 02:53 PM
DocJohn's Avatar
DocJohn DocJohn is offline
Founder & Your Host
Community Support Team
Chat Leader
 
Member Since: May 2001
Location: Greater Boston, MA
Posts: 13,794
I'm no perl guru, but I suspect that your ISP has perl running in taint mode automatically (check to ensure that the first line of your doesn't have perl -T on it).

I'm not exactly certain what the solution is, but you might try putting the word "my" in front of when the variable is first defined in podvars.pm, such as:

my $pod_usequery = 1;

I have no idea if this will change anything, but it's worth a shot.

John

__________________
Don't throw away your shot.