in reply to LWP::UserAgent; HTTP::Headers; HTTP::Request; CGI; automated scripts

This is Adam, every time I compile the above I get this:
Missing $ on loop variable at /www/po.cgi line 11.

Is it these lines?
$environment .= " <tr><td>".escapeHTML($_)."</td><td>".escapeHTML($EN +V{$_})."</td></tr>\n" for keys %ENV; $params .= " <tr><td>".escapeHTML($_)."</td><td>".escapeHTML($q->para +m($_))."</td></tr>\n" for @params;
  • Comment on Re: LWP::UserAgent; HTTP::Headers; HTTP::Request; CGI; automated scripts
  • Download Code