in reply to Re: inplace editing code in script
in thread inplace editing code in script

Are you using this script in a file or at command line, kindly explain?

Replies are listed 'Best First'.
Re^3: inplace editing code in script
by Corion (Patriarch) on Oct 17, 2008 at 05:58 UTC

    B::Deparse is a module you can use to convert Perl oneliners into code that you can use in scripts. I'm not sure what else there is to explain between the usage example I've shown and the documentation I've linked to.