Hi,
I am a Perl newbie and halfway going through the "Learning Perl" book. I am reading some code from a module, and just wondering what does the following code do.
use vars qw{$VERSION}; BEGIN { $VERSION = '0.92'; }
Thank you.
In reply to What does use vars qw{$VERSION}; do? by alwynpan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |