[sf-perl] A simpler perl technicality question.

yary not.com at gmail.com
Thu Dec 3 11:01:50 PST 2009


> You should always use strict, especially in the case of short throwaway scripts.
>
> It is like checking the return value of system calls, you should
> always do it.  Any time you save by not using strict will end up being
> lost in the long run for those few times where you didn't use it and
> needed.

Reductio ad absurdum-
perl -pi.bak -e "s/Yari/Yary/g"


More information about the SanFrancisco-pm mailing list