RE: Multiple Parameters

2004-07-27 Thread mafioso1823
Cool it works, thanks alot for your help. -Original Message- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 9:04 PM To: [EMAIL PROTECTED] Cc: Perl Beginners Subject: Re: Multiple Parameters On Jul 26, 2004, at 6:29 PM, [EMAIL PROTECTED] wrote: Thank

Re: Multiple Parameters

2004-07-26 Thread James Edward Gray II
(Let's keep our discussion on the list so all can help and learn.) On Jul 25, 2004, at 8:09 PM, [EMAIL PROTECTED] wrote: OK i still can't figure this out, i understand what you explained but i still can't figure out why it doesn't want to write to the new file and also why it only removes the

RE: Multiple Parameters

2004-07-26 Thread mafioso1823
character. -Original Message- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: Monday, July 26, 2004 9:22 AM To: [EMAIL PROTECTED] Cc: Perl Beginners Subject: Re: Multiple Parameters (Let's keep our discussion on the list so all can help and learn.) On Jul 25, 2004, at 8:09 PM

Re: Multiple Parameters

2004-07-26 Thread James Edward Gray II
On Jul 26, 2004, at 6:29 PM, [EMAIL PROTECTED] wrote: Thank you very much for your help, but i have one more question, is this the way that regex works or is it something in my code, every time i try to run the script to search for a comma and replace it with a new line character (\n) it just

Re: Multiple Parameters

2004-07-25 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Hello, I am trying to write a search and replace script that can accept multiple arguments, but i want the first argument to be the filename to read, the next one to be the string to search for, the next one to be the replacement string, and the last one to be the name of

RE: Multiple Parameters

2004-07-25 Thread mafioso1823
, and how can i fix this? Thanks in advance. -Original Message- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: Saturday, July 24, 2004 3:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Multiple Parameters On Jul 24, 2004, at 11:38 AM, [EMAIL PROTECTED] wrote

Re: Multiple Parameters

2004-07-25 Thread James Edward Gray II
Gray II [mailto:[EMAIL PROTECTED] Sent: Saturday, July 24, 2004 3:13 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Multiple Parameters On Jul 24, 2004, at 11:38 AM, [EMAIL PROTECTED] wrote: I am trying to write a search and replace script that can accept multiple arguments, but i

Re: Multiple Parameters

2004-07-24 Thread James Edward Gray II
On Jul 24, 2004, at 11:38 AM, [EMAIL PROTECTED] wrote: I am trying to write a search and replace script that can accept multiple arguments, but i want the first argument to be the filename to read, the next one to be the string to search for, the next one to be the replacement string, and the