RE: Inline Edit -- File name

2004-09-22 Thread RArul
scripts. Thanks, once again. -Original Message- From: Arul, Rex Sent: Wednesday, September 22, 2004 1:27 PM To: '[EMAIL PROTECTED]' Cc: [EMAIL PROTECTED] Subject: RE: Inline Edit -- File name Well, I did try that with $ARGV[0], but to no avail. Yes, I had posted a POC. Here is

RE: Inline Edit -- File name

2004-09-22 Thread RArul
AIL PROTECTED] Sent: Wednesday, September 22, 2004 12:40 PM To: Arul, Rex Cc: [EMAIL PROTECTED] Subject: Re: Inline Edit -- File name On Wed, 2004-09-22 at 15:24, [EMAIL PROTECTED] wrote: > How will I get the file name when I do an inline edit like this: > > perl -i.orig -pe '$_ = $_&#x

Re: Inline Edit -- File name

2004-09-22 Thread Jose Alves de Castro
On Wed, 2004-09-22 at 15:24, [EMAIL PROTECTED] wrote: > How will I get the file name when I do an inline edit like this: > > perl -i.orig -pe '$_ = $_' filename That won't compile, but I believe you're posting something like a proof of concept rather then code... If I get this correctly, you're

Inline Edit -- File name

2004-09-22 Thread RArul
How will I get the file name when I do an inline edit like this: perl -i.orig -pe '$_ = $_' filename How would I get the file name in ? Thanks, Rex -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]