in reply to Re: How to pass a file to GetOpt
in thread How to pass a file to GetOpt
Aaron, I am getting an error: "No such file or directory at 5MinInterval2.pl line 11" Line 11 contains:
open my $in, '<', $input or die $!;
Any ideas as to why?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to pass a file to GetOpt
by Anonymous Monk on Jul 10, 2012 at 23:46 UTC | |
by Anonymous Monk on Jul 11, 2012 at 00:27 UTC | |
by kcott (Archbishop) on Jul 11, 2012 at 00:57 UTC | |
by frozenwithjoy (Priest) on Jul 11, 2012 at 04:58 UTC | |
by monsoon (Pilgrim) on Jul 11, 2012 at 05:23 UTC | |
|
In Section
Seekers of Perl Wisdom