in reply to Error Undefined subroutine &main::OPEN called at C:\Perl\sku_corr2.pl line 8.
update: change SPLIT to split also.
I would also add "use strict;" at the top of the script. This will force you to use "my" variables, but will catch a lot of compile time errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Error Undefined subroutine &main::OPEN called at C:\Perl\sku_corr2.pl line 8.
by WBWARD (Initiate) on May 10, 2011 at 00:24 UTC | |
by Marshall (Canon) on May 10, 2011 at 15:05 UTC | |
by cmac (Monk) on May 10, 2011 at 08:42 UTC | |
by Anonymous Monk on May 10, 2011 at 02:38 UTC |