where does one put use strict

Scott Penrose scottp at dd.com.au
Tue Oct 1 22:37:38 CDT 2002


Hey Dudes,

I have been working on some code which inserts 'use strict' before the 
package line
eg:
	use strict;
	use warnings;

	package Blah;
	use Another;

Now what concerns me about this is that strict and warning then appears 
outside of the package, and therefore in whatever contains the use, or 
does it ?

What is the effect of putting these outside of the package line ?

Scott
-- 
Scott Penrose
VP in charge of Pancakes
http://linux.dd.com.au/
scottp at dd.com.au

Dismaimer: If you receive this email in error - please eat it 
immediately to prevent it from falling into the wrong hands.




More information about the Melbourne-pm mailing list