in reply to in-place edit, regex, one-liner
you're using '-ne', but not printing anything at the end of
the evaluated code. try '-pe' or add a 'print;' to the end
of your code, as appropriate.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (2) in-place edit, regex, one-liner (perl -i.bak -pe)
by ybiC (Prior) on Nov 24, 2000 at 01:44 UTC | |
by chromatic (Archbishop) on Nov 24, 2000 at 03:02 UTC | |
by ybiC (Prior) on Nov 24, 2000 at 03:52 UTC |
In Section
Seekers of Perl Wisdom