> When this is done running will it
> generate a file called sitelist.str.fo ?
Based on a quick glance at the script,
the stuff after the __END__ token is
not being used by the script.
So...
> if($QWFLAT eq '')
> {
> print "Enter QW flatfile file name -> ";
> chomp($QWFLAT = <STDIN>);
> }
This prompt should have come up.
Did it?
- Output to a file. Robert . Clayton
- RE: Output to a file. Me
- RE: Output to a file. blowther
