It's no longer a core module since version v5.22. If you are just parsing form parameters take a look at CGI::Simple.
poj#!/usr/bin/perl use strict; use warnings; use CGI::Simple; my $q = CGI::Simple->new; print "Content-type: text/html\n\n"; print "<html><body>\n"; print $q->param('textfield'); print"</html></body>";
In reply to Re^6: Proper use of HTML::Extract for extracting
by poj
in thread Proper use of HTML::Form for exctracting
by bachoA4o
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |