in reply to Re^2: [RFC: Catalyst::Plugin::AutoValidate] Easy request parameter validation with Catalyst
in thread [RFC: Catalyst::Plugin::AutoValidate] Easy request parameter validation with Catalyst

I actually knew that. What I don't know is what happens when you mix the two? "c:\windows\system32" . "/drivers/etc/hosts" for example. I can't believe that would work(?). Better to abstract them out and let the underlying stuff do what it really wants. Portable by design instead of chance.

  • Comment on Re^3: [RFC: Catalyst::Plugin::AutoValidate] Easy request parameter validation with Catalyst
  • Download Code

Replies are listed 'Best First'.
Re^4: [RFC: Catalyst::Plugin::AutoValidate] Easy request parameter validation with Catalyst
by mr_mischief (Monsignor) on Apr 10, 2008 at 17:15 UTC
    That example actually does work, but your point in general is taken. Even code that's written with both Windows and *nix in mind could need to move to some exotic place.
    dir "c:/windows\system"