Gossamer Forum
Home : General : Perl Programming :

CGI::escapeHTML with Active Perl on Win2kpro

Quote Reply
CGI::escapeHTML with Active Perl on Win2kpro
Hi,

My cgi page get frozen when the script reachs this command. Just commen out this line, it's working when it is called by IIS on win2k pro

Any idear?

TIA,

Cheers,

Dat

Scripts installation and plugin creation
Plugins

Last edited by:

tandat: Jan 19, 2005, 1:55 AM
Quote Reply
Re: [tandat] CGI::escapeHTML with Active Perl on Win2kpro In reply to
It may help if you provide us with the line that is causing the problems Wink

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] CGI::escapeHTML with Active Perl on Win2kpro In reply to
Yes, here it is

$in{username} = CGI::escapeHTML($in{username});

Thanks,

Cheers,

Dat

Scripts installation and plugin creation
Plugins
Quote Reply
Re: [tandat] CGI::escapeHTML with Active Perl on Win2kpro In reply to
Is it possible that it may be code further on in the script that is causing the problem due to the value of $in{username} after it is escaped?

By commenting out the line it may appear like that is causing the problem when it's not.

Can you show some more code?
Quote Reply
Re: [TypeR] CGI::escapeHTML with Active Perl on Win2kpro In reply to
Thanks for your reply.

Actually, the passing value is just normal text, not special code in it. When I test with the simple script, it's working properly. May be it is caused by the complexity of my application?

Thanks,

Cheers,

Dat

Scripts installation and plugin creation
Plugins