|
|
| "be consistent" | |
| PerlMonks |
Re^3: Accessing multiple Arrays andby alpha (Scribe) |
| on Dec 28, 2006 at 13:17 UTC ( [id://592110]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
print " Ref Table = $tfl_line->[9]";
should be
print " Ref Table = ".$tfl_line->[9];
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||