Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    }
    
    print Dumper(\%unique_vendors);
    
  2. or download this
    $VAR1 = {
              'BETASYS' => 'Beta Systems Software',
    ...
              'ALLENGRP' => 'Allen Systems',
              'AONIX' => 'Aonix North America'
            };