![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^3: Extracting only required length in a column in perl DBIby sth (Priest) |
on Jan 15, 2013 at 19:32 UTC ( #1013446=note: print w/replies, xml ) | Need Help?? |
Then you need to unpack all 3, you can't unpack three variables at once AFAIK. The "A3 A3 A6" is a format for unpacking one variable, as Tux
showed in the example. You could just used substrings,
..or make new variables for each substr() leaving the original variable intact.
In Section
Seekers of Perl Wisdom
|
|