ors list or blog about it. modules@perl.org is mostly
> an administrative list of PAUSE admins and we're spread a bit thin.
>
> On 10/30/2011 02:32 AM, Eric Strom wrote:
>>
>> I am working on a module and set of tools for injecting source into
>> another file at com
dule is to allow people to write a macro function:
sub my_0 {map "my \$$_ = 0", @_}
And then be able to write:
use eval my_0 qw(x y z);
And have the compiler see `my $x = 0; my $y = 0; my $z = 0;`
Thanks for your time,
Eric Strom
a...@cpan.org
https://metacpan.org/author/ASG