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

Programming and creating plugins and templates
Blog

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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
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

Programming and creating plugins and templates
Blog
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

Programming and creating plugins and templates
Blog