RE: module for manipulating text file

2002-09-28 Thread nkuipers
>> I meant, to read a line, search a string, deleting a line, etc. These are all things that Perl is inherently great for, so in addition to the module mentioned, it's worth stating that it is very easy to roll your own. =) Nathanael -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: module for manipulating text file

2002-09-27 Thread Ramprasad A Padmanabhan
I think you are looking for Unix::PasswdFile Admin-Stress wrote: > Hi, > Anyone know which module should I use to manipulate text file (like /etc/passwd for >example). > I meant, to read a line, search a string, deleting a line, etc. > > My objective is to manage /etc/passwd via perl script (l

Re: module for manipulating text file

2002-09-27 Thread Dharmender Rai
you would be interested in this : [1] http:[EMAIL PROTECTED]/msg00028.html [2] --- Admin-Stress <[EMAIL PROTECTED]> wrote: > Hi, > Anyone know which module should I use to manipulate > text file (like /etc/passwd for example). > I meant, to read a line, search a string, deleting a > line, etc.

module for manipulating text file

2002-09-27 Thread Admin-Stress
Hi, Anyone know which module should I use to manipulate text file (like /etc/passwd for example). I meant, to read a line, search a string, deleting a line, etc. My objective is to manage /etc/passwd via perl script (later via web interface). Right now, I can create a user by calling 'useradd'

module for manipulating text file

2002-09-27 Thread Admin-Stress
Hi, Anyone know which module should I use to manipulate text file (like /etc/passwd for example). I meant, to read a line, search a string, deleting a line, etc. My objective is to manage /etc/passwd via perl script (later via web interface). Right now, I can create a user by calling 'useradd'