Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use 5.010;
    ...
            print "$1 mapped to $temp for company ", $oui{substr $temp, 0,
    + 6}, "\n";
        }
    }
    
  2. or download this
    (my $temp = uc($2)) =~ tr/.//d;