![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: perl one liner to replace matching string (updated)by haukex (Bishop) |
on Jun 10, 2018 at 10:18 UTC ( #1216313=note: print w/replies, xml ) | Need Help?? |
It is extremely rare that you need to call another perl from inside a Perl script! I'm going to guess that you're doing it for the effect of the -i flag? You can get that feature from inside Perl using $^I:
Update: qx// is often problematic anyway!
In Section
Seekers of Perl Wisdom
|
|