- or download this
$CountryName = $CountryCode{$Country} || undef;
- or download this
#!/bin/perl -w
...
my $CountryName = $CountryCode{$Country} || "Country Unknown";
print $CountryName;
- or download this
___
-DA
> perl -MPOSIX -le '$ENV{TZ}="EST";print ctime(1000000000)'
Sat Sep 8 20:46:40 2001