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