Help for this page
Select Code to Download
Select
or
download this
#!perl use strict; ... my $data1 = unpack "N", substr($str,0,4); print $data1;