in reply to Re^3: Use of uninitialized value in string eq
in thread Use of uninitialized value in string eq
Good call. I inserted the "or die 'Can't open...$!'" command after the open command to get feedback on the error. Now running the code produces the error message: "Can't use string ("1000694-R201203014-C20111231-F10-"...) as a symbol ref while "strict refs" in use at Six_gramsC.pl line 20. That long numeric string is one of the file names I"m running through the batch (and representative of the other file names). Is there something inherently wrong with this filename, or is the program reading the file name where I'm trying to get it to read the file contents?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Use of uninitialized value in string eq
by toolic (Bishop) on Sep 10, 2014 at 16:33 UTC | |
by Anonymous Monk on Sep 10, 2014 at 17:00 UTC | |
by mr_mischief (Monsignor) on Sep 10, 2014 at 17:37 UTC | |
by Anonymous Monk on Sep 10, 2014 at 18:18 UTC | |
by SuicideJunkie (Vicar) on Sep 10, 2014 at 18:37 UTC |