use Image::Xbm; my $bits = pack 'b*', Image::Xbm->new_from_string( $str )->as_binstring ; [download]
In reply to Re: bitmap and pack (Image::Xbm) by Anonymous Monk in thread bitmap and pack by gimcdan