in reply to (jeffa) Re: require() turns off strict?
in thread require() turns off strict?

Hi ,

The mod-perl , when the cgi or pl is under mod-perl ,then the use strict; is needed to avoid global variables and hence require "perl.pl" is recommended not to be really used ( the reason) .
  • Comment on Re: (jeffa) Re: require() turns off strict?