Help for this page

Select Code to Download


  1. or download this
    my $n = Math::BigInt->new('0x3BFA281009296F2');
    my $manufacturer = sprintf "%010s", $n;
    
  2. or download this
    my $manufacturer
        = sprintf "%010s", Math::BigInt->new('0x3BFA281009296F2');