Help for this page
use strict; my $str = "1234"; ... ### example shows example of padding blanks $ss = pack "A5", $str; print "'$ss'\n";
'12' '1234 '