http://www.perlmonks.org?node_id=641629


in reply to Re^2: Forcing list context of passed parameters
in thread Forcing list context of passed parameters

Prototypes in perl aren't parameter checking, they're hints to the compiler that you're trying to mimic the calling convention of a builtin. If you still want parameter checking look into something like Params::Validate.

  • Comment on Re^3: Forcing list context of passed parameters