pack « System Functions « Perl






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.