Hacker News new | ask | show | jobs
by twhb 3310 days ago
Is it really Perl best practice to assume all non-scalar data types are trusted?
1 comments

Definitely not. At $work, we use Params::Validate as a standard way to normalise and validate the incoming parameters.