Menu

#1 No explanation of how to specify an input file

open
nobody
None
5
2000-05-29
2000-05-29
No

There is no explanation in gdec.pl of how to specify an input file except inside the source. Perhaps on line 14:
open(IN,$input) or die "Can't find input file!";

you could add it, like this:
open(IN,$input) or die "Can't find input file! Usage: gdec.pl -i <inputfile>";

G'luck,
Ari

Discussion


Log in to post a comment.

MongoDB Logo MongoDB