Side note: you have symbolic refs in your code. if you turn on use strict, no way it will run, and better turn on strict.
use strict; use warnings; my $x = 'getValue'; &$x(); sub getValue { return 1; }
In reply to Re: requiring pm modules
by pg
in thread requiring pm modules
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |