Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
pack « System Functions « Perl
Perl
System Functions
pack
1.
print pack("c*", 68, 69, 70, 71);
2.
print pack("c3", 65, 66, 67);
3.
print pack("ccc", 88, 89, 90);
4.
The pack Function Character Codes
5.
The pack-format characters, as used by unpack.