in reply to Re: blank value from text box
in thread blank value from text box

Thanks I tried that got this Can't locate autoEscape.pm in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at insert.cgi line 7. when I did this
use autoEscape();
john larson

Replies are listed 'Best First'.
Re: Re: Re: blank value from text box
by CountZero (Bishop) on Feb 07, 2004 at 23:48 UTC
    escapeHTML is a function of the CGI-module. So if you did a use CGI; in your script, you should have the escapeHTML-function available.

    CountZero

    "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law