Remove a specific line from a file

2001-11-14 Thread Wagner Garcia Campagner
Hi, how can i remove a specific line from a txt file the file is list of users this way: user1 user2 user3 .. .. .. userN In my script i have the following: $remove eq 'user3'; (for example) so how can i tell perl to remove the third line of this file Thanks in advance, Wagner Garc

RE: Remove a specific line from a file

2001-11-14 Thread Bob Showalter
> -Original Message- > From: Wagner Garcia Campagner [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 14, 2001 6:33 AM > To: [EMAIL PROTECTED] > Subject: Remove a specific line from a file > > > Hi, > > how can i remove a specific line from a txt file This is a FAQ. See p

Response to individual from Perl

2001-11-14 Thread Tat Nam
Hi, I'm preparing a survey form with HTML/Javascript and submit it to a CGI program (written by Perl). How can Perl program responds to appropriate message/html document from Perl to individual based on one's fill-in data value(s). Thanks NAM, Tat