Subject: RE: file editting

2002-11-13 Thread Alfred Vahau
se you want to edit\replace can be done by the s/what2replace/bywhat2replace/; -aman -Original Message- From: Thomas Browner [mailto:thomas.browner@;digidyne.com] Sent: Wednesday, November 13, 2002 7:33 PM To: [EMAIL PROTECTED] Subject: file editting I there away to edit a file in perl?

RE: file editting

2002-11-13 Thread Aman Thind
done by the s/what2replace/bywhat2replace/; -aman -Original Message- From: Thomas Browner [mailto:thomas.browner@;digidyne.com] Sent: Wednesday, November 13, 2002 7:33 PM To: [EMAIL PROTECTED] Subject: file editting I there away to edit a file in perl? This is what is I am trying t

file editting

2002-11-13 Thread Thomas Browner
I there away to edit a file in perl? This is what is I am trying to do. I have a file that I want to remove some content. This is an example of a line: ! 6134.21 3200 SUB-TOTAL: M:\alvin I want to remove the ! and SUB-TOTAL. I hope some one can tell me an simple way of doing t