> > > > use vars '$dog';
> 
> > Personally, because I like typing 2 letters instead of 7. :)
> 
> Ok then if your Perl (>5.6.0) allows it, change the above to:
> 
> our $dog;
> 
> perldoc vars
> perldoc -f our
> 
> Save 7 more characters... ;-)

lol -- sweet.
I'm still trying to get used to our(). ;o]

*ALWAYS* more to learn!

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

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

Reply via email to