Perl Programming/Keywords/pack
Appearance
The pack keyword
[edit | edit source]pack takes a LIST of values and converts it into a string using the rules defined in the TEMPLATE. The string returned is the concatenation of the appropriately converted values.
Syntax
[edit | edit source] pack TEMPLATE, LIST