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?
In Section
Seekers of Perl Wisdom