in reply to Improved HTML2TXT regexp parser!!!
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Improved HTML2TXT regexp parser!!!
by Sigmund (Pilgrim) on Aug 01, 2001 at 14:20 UTC |