[Ftnpl-develop] Format option
Brought to you by:
jame
|
From: Robert J. C. <rj...@ho...> - 2001-08-29 01:53:45
|
Russ,
> Only thing I plan to work on is that switch for the output file
format;
OK, I've put the format option (-f) in there: updated pkt2txt.sh to
use it (html option) & tested it out. It output's text files when "text"
is given to the option, or if the option is not present; & it outputs html
files if given the "html" option...
Note that I had to use the if-elsif-else statement for the format
selection; there doesn't seem to be a 'case' (or 'switch') statement Perl,
although something similar could be written if needed... (Don't really need
it at the moment...)
Jame
|