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

jeffa has asked for the wisdom of the Perl Monks concerning the following question:

Can someone explain what the difference between the two
methods of declaring variable below:
A: my ($rows, $cols); B: use vars qw($rows $cols);
I am not familiar with using use in the second method.
Thanks.