in reply to Issue with Spreadsheet::WriteExcel
print "$row\n"; print "$col\n"; print "$temp\n"; if (defined $col) { print "col is defined: $col\n"; } else { print "col is not defined\n"; }
That is a strange usage of my, by the way.
Use code tags: Writeup Formatting Tips
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Issue with Spreadsheet::WriteExcel
by Crackers2 (Parson) on Aug 24, 2010 at 17:29 UTC | |
by mprogan365 (Initiate) on Aug 24, 2010 at 17:52 UTC | |
|
Re^2: Issue with Spreadsheet::WriteExcel
by mprogan365 (Initiate) on Aug 24, 2010 at 17:23 UTC |