http://qs321.pair.com?node_id=22785


in reply to use vars

my creates lexical variables.

use vars allows package variables to be used without colons in the face of use strict.

-- Randal L. Schwartz, Perl hacker