|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re^2: Issue with Spreadsheet::WriteExcelby Crackers2 (Vicar) |
| on Aug 24, 2010 at 17:29 UTC ( #856988=note: print w/ replies, xml ) | Need Help?? |
|
I think the message means $worksheet is undefined, not one of the parameters. And I think the real problem is because of all the extra my's in there.
Now $worksheet won't go out of scope after the if block, and the later code can still use it.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||