in reply to Re: Faster Method for check function.
in thread Faster Method for check function.

Your correct, I ment less lenghty way :)
  • Comment on Re^2: Faster Method for check function.

Replies are listed 'Best First'.
Re^3: Faster Method for check function.
by rovf (Priest) on Jun 16, 2009 at 14:10 UTC
    I ment less lenghty way

    ... in which case we could further shorten the unless($zipcheck) by 3 characters to if(!$zipcheck)...

    -- 
    Ronald Fischer <ynnor@mm.st>
      and grep /\.zip\z/, @uploads could be grep /\.zip$/, @uploads for a savings of one, but now I think we're just splitting hairs =)