Help for this page
Select Code to Download
Select
or
download this
print $string;
Select
or
download this
print map {chr} @array;
Select
or
download this
print pack "C*", @array;
Select
or
download this
@array= unpack "C*", $string;
Select
or
download this
@array = <DATA>;
Select
or
download this
@array= unpack "C*", do { local($/); <DATA> };