--
Mark
$ perl -le'my $string = "Hello"; print unpack "H*", $string'
48656c6c6f
John
--
Perl isn't a toolbox, but a small machine shop where you
can special-order certain sorts of tools at low cost and
in short order. -- Larry Wall
Thanks. Is there a good explanation of "unpack" somewhere?
--
Mark
perldoc perlpacktut