Hi Ramprasad,
Perhaps...
*use MIME::Base64 qw/decode_base64/;*
*...*
*my $res = unpack('H*', decode_base64($source));*
...will do the trick? )
-- iD
2012/1/16 Ramprasad Prasad
> Hello
>
> what is the best way to convert base64 to hex
>
> I am currently using
>
>
Hello
what is the best way to convert base64 to hex
I am currently using
use NetSDS::Util::Convert qw ( conv_base64_str conv_str_hex);
...
my $hex = conv_str_hex(conv_base64_str($b64));
But the NetSDS::Util module seems not so popular , I dont find it
installed on most machines, Getting it i