- or download this
use constant WI => "WISCONSIN";
use constant ILLINOIS => "IL";
...
print "capitol = $capitol_map{$abbrev}\n";
}
else { print "False" }
- or download this
use constant WI => "WISCONSIN";
use constant ILLINOIS => "IL";
...
print "capitol = $capitol_map{$abbrev}\n";
}
else { print "False" }