Re: Naming a module that injects new code into a file's source at compile time

2011-11-01 Thread Eric Strom
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

Naming a module that injects new code into a file's source at compile time

2011-10-30 Thread Eric Strom
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