Make life easy for yourself. Use qq() instead of your outer double quotes.
my $hashRecordPtr = { part_number1 => 1 }; my $count = 1; print qq(<td width="78" align="center" valign="middle">$$hashRecordPtr +{"part_number${count}"}</td>);
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
In reply to Re^5: Interpolation in a hash key
by davorg
in thread Interpolation in a hash key
by pickledegg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |