|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Re: can i concatenate various value to form a unique keyby ambrus (Abbot) |
| on Jul 03, 2009 at 08:07 UTC ( [id://776979]=note: print w/replies, xml ) | Need Help?? |
|
Sure, just use pack "(J/A)*", @strings instead of join "", @strings to concatenate the strings to a unique key. (On older perls, use I instead of J.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||