Tip #1 from the Basic debugging checklist: use strict and warnings. You get plenty of helpful information when you do. Perl thinks you have a variable named $_28. However, you really want to concatenate the string in $_ with the string 28. Here is one way to fix your problem:
$name = $sheet{"${_}28"};
In reply to Re: Iterating Through Cell Blocks with Spreadsheet::Read
by toolic
in thread Iterating Through Cell Blocks with Spreadsheet::Read
by Hammer2001
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |