in reply to Convet UTC to Eastern Time Zone

If you add the 6 to:
my @f = qw(9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 0 1 2 3 4 5 6 7 + 8 );
Then you're in business!!!

Replies are listed 'Best First'.
Re^2: Convet UTC to Eastern Time Zone
by taint (Chaplain) on Nov 27, 2013 at 02:18 UTC
    LOL. Good catch awohld. ++
    Not that I've never been guilty of such things. :)

    --Chris

    #!/usr/bin/perl -Tw
    use Perl::Always or die;
    my $perl_version = (5.12.5);
    print $perl_version;