in reply to Usage of our
Never. (: Use use vars when you need a package global, such as a variable you plan to export. This is the same case when you might want to use our but doing so just makes your code less portable. If you aren't writing a module, then my is what you should use nearly all of the time. See other response for more information on some of the exceptions.
- tye (but my friends call me "Tye")
|
|---|