Help for this page
use strict; use warnings; ... my $string = 'a'; print 'unpack b = [', unpack( "b*", $string ), "]\n";