in reply to Re: Changing every subroutine in many perl scripts
in thread Changing every subroutine in many perl scripts
From the CPAN page, I got that I could do something like this:
my $transform = PPI::Transform->new( param1 => 'value1', param2 => 'value2', ); # Change a file in place $transform->file( 'Change.pm' );
But I don't understand what are the params and values when creating the new transform object.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Changing every subroutine in many perl scripts
by nitin1704 (Sexton) on Jul 25, 2012 at 04:17 UTC | |
by GrandFather (Saint) on Jul 25, 2012 at 22:24 UTC |