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 Garcia Campagner

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to