Help for this page

Select Code to Download


  1. or download this
         my $packed_number = pack( "N", 16909060 );
    
  2. or download this
         my $packed_number = pack( "N", 16909060 );
         print unpack("H8",$packed_number),"\n";