in reply to Parsing "&" from header.
The 1st line loads up the CGI::Simple module,use CGI::Simple; my $q = CGI::Simple->new; my %input = $q->Vars; print $q->unescapeHTML( $input{'app_name'} );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Parsing "&" from header.
by Anonymous Monk on Mar 26, 2004 at 14:04 UTC | |
by Happy-the-monk (Canon) on Mar 26, 2004 at 14:17 UTC |