Anybody know what version of Perl our was introduced?

I'm using our in a module and want like to use 5.6.0; or whatever version in that 
module so that I can make sure the our's aren't a problem.

Perhaps it'd be better to use my $var = ''; and then export the variable on request 
instead,
 that way it will work with 5.005_03.

Anybody see any problems with using my instead of our for variables used in a module 
and exported on request?

TIA

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to