Just a few comments:
was meant to be:if (!$ARGV[0]){ print "Input File:\n"; $fn = ; chop($fn); }
if (!$ARGV[0]){ print "Input File:\n"; chomp($fn = <STDIN>); }
Good to try new things, but try to improve your coding skills by looking at other codes, and analysing them.
Improved, but not by much
In reply to Re: Improved HTML2TXT regexp parser!!!
by Chady
in thread Improved HTML2TXT regexp parser!!!
by Sigmund
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |