Perl executable

2010-04-28 Thread Vaishak S
is having the password in the connection string, which we don't want to share with any of other users who log to the system and to protect the code. We are still in the dark searching for the opening, can someone please shower light to this? Thanks Vaishak

User/Password validation

2009-07-14 Thread Vaishak S
There are almost 10 users who are trying to access a CGI web page. I need the authentication part to be enabled for these users since the data should not be seen by each other and should be shown only for these users. I was trying to do a user/pass logon screen validated against XML file. XML

Write Excel and Open file from CGI

2009-05-14 Thread Vaishak
Hello List, I have a DOS batch file which has perl script that runs at the end. The perl script fetches information from different files and database and generates an excel file. Is there a way I can open the excel from CGI and display on screen? Thanks Vau