With apologies to New Zealand...

Alias on 2007-10-23T05:37:46

Discovered in the core data model code for a giant 200k line of Perl application at work...

    my @states = qw(ACT NAT NSW NT QLD SA TAS VIC WA NZ);
    my $senum = 'enum(' . join( ',', map "'$_'", @states ) . ')';


don't be silly

jcap on 2007-11-01T18:07:05

NZ's not part of the US, and all states abbreviations are 2 letters long, so I suspect the rest of those are incorrect too.