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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I was browsing through the Perl Data Structures documentation and noticed that though the document suggests using strict, it's not used in any examples.

How's someone who's new to Perl supposed to know when some internally provided variable is being used vs when a user created variable is being used in the code?