Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    Nissan
     Maxima
    
  2. or download this
    elsif( /^\s+(\S.*)/ ) { $hash{$make}{$1} = 1 }
    
  3. or download this
    elsif( /^\s+(\S.*)/ ) { $hash{$make,$1} = 1 }
    
  4. or download this
    print "Valid $make1 $model1\n" if $hash{$make1,$model1};