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