in reply to Re^2: Hygienic eval of templates with perl code?
in thread Hygienic eval of templates with perl code?
instead of$Some::Package::foo++; # new var
You could also choose a package name in such a way as to reduce the chance of a collision.my $foo++; # new var
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Hygienic eval of templates with perl code?
by LanX (Saint) on Aug 27, 2014 at 22:43 UTC |