in reply to How do I convert a 32 bit unsigned integer to its decimal value?

my $dec = vec($binword,0,32);
  • Comment on Re: How do I convert a 32 bit unsigned integer to it's decimal value.
  • Download Code