in reply to Re: DWIM code would use Params::Validate
in thread Correct idiom for default parameters

You can disable validation for production to avoid the hit, set VALIDATION to something true
  • Comment on Re^2: DWIM code would use Params::Validate

Replies are listed 'Best First'.
Re^3: DWIM code would use Params::Validate
by BrowserUk (Patriarch) on Apr 30, 2010 at 12:54 UTC

    And what happens to defaults if you disable validation?