However using regex's to parse html is NOT advised and it is much better to use a module such as HTML::Parser.my @names; while(<>){ my $foo; while ($foo = /name=([^> ]*)/gi) {$foo =~ s/^"|"$//g; push @names, $f +oo} }
In reply to Re: Perl HTML Form elements Filter
by repson
in thread Perl HTML Form elements Filter
by skazat
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |