Mega Code Archive

 
Categories / Perl / System Functions
 

Print pack(c3, 65, 66, 67)

print pack("c3", 65, 66, 67);