in reply to Re: lifetime of refs to DBI handles passed to sub as hash elements and assigned to scalar within it
in thread lifetime of refs to DBI handles passed to sub as hash elements and assigned to scalar within it
And if you don't use &, then there are arguments about using parentheses. If you don't use them and you use strict.pm, then for the cost of having to predeclare functions you get typo checking on your functions. Of course then you have to worry about precedence errors and people misunderstanding you.
Personally I don't use & and do use parentheses. But I wouldn't say that that choice is the One True Rule that everyone should follow...
|
|---|