Takes an array or list of values and packs it into a binary structure, returning the string containing the structure
Hope that kills the problem !!
Cheers
Uday K
aiyshwarya
Nov 21st, 2007
Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the con-catenation of the converted values. Typically, each converted value looks like its machine-level representation. For example, on 32-bit machines a converted integer may be represented by a sequence of 4 bytes.
What is meant by a 'pack' in perl?