Re: Perl one-liner problem

2001-09-08 Thread Me
[on list] > On Apache Unix, this just hangs and does nothing and I have to do "control d" to kill it! > > perl -wpi.org -e "s@/cgi-bin/forum_idx.pl@/fakecgi/fakeforum_idx.pl@" It doesn't hang, it's waiting for input. Other notes: 1. A backup file given .org as its extension? Weird. Most people

Re: Perl one-liner problem

2001-09-07 Thread Me
> Any idea why this aint working? > > perl -wpi.org -e s@/cgi-bin/forum_idx.pl@/fakecgi/fakeforum_idx.pl@ no quotes around the string to be evaluated (the s@...@...@ bit). -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Perl one-liner problem

2001-09-07 Thread David Gilden
Any idea why this aint working? perl -wpi.org -e s@/cgi-bin/forum_idx.pl@/fakecgi/fakeforum_idx.pl@ Thanks Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]