in reply to DB search results using DBI...execute

Lose the prototypes! See Far More than Everything You've Ever Wanted to Know about Prototypes in Perl -- by Tom Christiansen! If you want to check arguments use something like Params::Validate.
  • Comment on Re: DB search results using DBI...execute

Replies are listed 'Best First'.
Re^2: DB search results using DBI...execute
by jamroll (Beadle) on Mar 13, 2017 at 12:25 UTC
    thanks for the link. packed with information! too much info, really. I'll stick with the prototyping. it would be just awful to have to recode my modules. it's working, and I see little need to do away with the prototypes.