in reply to Re: LWP::UserAgent; HTTP::Headers; HTTP::Request; CGI; automated scripts
in thread LWP::UserAgent; HTTP::Headers; HTTP::Request; CGI; automated scripts
Simply change your calls to escapeHTML with CGI::escapeHTML, or import it with use CGI qw(escapeHTML), then remove the entire last half of your program, and you're done!
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: LWP::UserAgent; HTTP::Headers; HTTP::Request; CGI; automated scripts
by tachyon (Chancellor) on Sep 24, 2001 at 20:13 UTC | |
by merlyn (Sage) on Sep 24, 2001 at 20:17 UTC | |
by tachyon (Chancellor) on Sep 24, 2001 at 20:28 UTC |