Actually, while we're on the subject: can anyone *really* explain the difference between the two, or perhaps more importantly, when someone would want to use 'our' over 'my'? I've read the docs, but they're not sinking in.
TIA, Paul 2:53pm, Dan Muey wrote: > 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 > ------------------------------------------ Q: What is the definition of a tachyon? A: It's a gluon that's not completely dry. ------------------------------------------ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]