Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi Perl Monks, I'm trying to read a file and I'm getting the following error: "Invalid import File". This error appears in the following line:
my $super = $this->SUPER::read($file);
I'm not getting while the file isn't being read. Can you help me? Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Invalid import file
by Corion (Patriarch) on Jan 17, 2014 at 11:27 UTC | |
|
Re: Invalid import file
by MidLifeXis (Monsignor) on Jan 17, 2014 at 13:55 UTC |