|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re^3: Error Undefined subroutine &main::OPEN called at C:\Perl\sku_corr2.pl line 8.by cmac (Monk) |
| on May 10, 2011 at 08:42 UTC ( [id://903928]=note: print w/replies, xml ) | Need Help?? |
|
If any of your input lines doesn't have 36 tabs in it, the split will leave $SKU undefined. To avoid the error message, add a line between before the print something like if (!defined $SKU) {$SKU = "<<<undef>>>"}
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||