Re: Perl Hiding Username/Password

2010-02-11 Thread Philip Potter
On 10 February 2010 23:04, newbie01 perl wrote: > > Hi all, > > Can anyone please advise how I can change the following codes to work where > the and are not exposed? > Script is ran via crontab and can also be run manually, at the moment am > reading these values from some sort of delimited fil

Re: file handling

2010-02-11 Thread John W. Krahn
elavazhagan perl wrote: Hi, Hello, I have a program which reads the input file,updates once and outputs in a new file. Ex.The first line L1 will be updated to L2. I need to put this into a loop so that the scripts will be invoked 1000 times and the output contains the appended data(L1 TO L10

Re: Perl CGI advise/feedback please ...

2010-02-11 Thread Jeremiah Foster
On Feb 11, 2010, at 3:18, newbie01 perl wrote: > Hi all, > > I am wanting some advise/input on setting up some sort of intranet site to > allow system operators to manage the servers, mostly UNIX servers and some > Windows. I am constrained by not being able to install new modules or a > databas

Re: Perl Hiding Username/Password

2010-02-11 Thread newbie01 perl
HI all, Thanks to everyone who had given their input ... At the every least, I hope to be able to make the password "cryptic" in some way not super-duper hiding the stuff. Anyway, at the moment, I create a password word that is accessed by the script and is read only and readable by the owner of

Re: file handling

2010-02-11 Thread John W. Krahn
elavazhagan perl wrote: On 2/11/10, John W. Krahn wrote: elavazhagan perl wrote: I have a program which reads the input file,updates once and outputs in a new file. Ex.The first line L1 will be updated to L2. I need to put this into a loop so that the scripts will be invoked 1000 times and t