What is that code that you posted (why share that)? What does "html_parse" do, how are you supposed to use it?
Found it http://compgroups.net/comp.lang.perl.misc/masking-by-columns-for-grep/552924 / http://www.thecodingforums.com/threads/masking-by-columns-for-grep.892766/
Maybe this time you want to replace it with
sub html_parse { use CGI; my $q = shift || CGI->new; my %Vars; for my $key ( $q->param ){ $Vars{ $key } = $q->param( $key ); } return %Vars; }
In reply to Re^3: Running a CGI script from a command line?
by Anonymous Monk
in thread Running a CGI script from a command line?
by shanen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |