RADIUS

2001-07-08 Thread Ryan Gralinski

Is there anything out there to authenticate a user with a perl script from
a radius server?

Ryan





Re: newbie question

2001-07-07 Thread Ryan Gralinski

well really if it is asking you to save to disk, the problem is server
side, ask the administrator to fix it..

Ryan


On Fri, 6 Jul 2001, nila devaraj wrote:

 Hi
 i have a webserver that has been configured for CGI
 scripting. i placed the  HTML file in the required
 directory and the cgi program in the wincgi directory
 of the webserver. The problem i am facing is- if i
 submit my form i am getting the download/save dialog
 box.If i say open it is opening a word document
 containg the codes in the program i am new to CGi
 programming and i am unable to figure out the problem.
 it would be appreciated if i get some input in this
 regard...

 regards
 Nila



 __
 Do You Yahoo!?
 Get personalized email addresses from Yahoo! Mail
 http://personal.mail.yahoo.com/





Re: Help. OS advice needed

2001-07-04 Thread Ryan Gralinski

Solaris 2.6!

isn't the newest one solaris 8? i downloaded it the other day its great!
3 cds..


Ryan

On Wed, 4 Jul 2001 [EMAIL PROTECTED] wrote:

 I currently use Perl v 5.0005_3  on Sun Solaris 2.6 What are the
 precautions I need to take if I want to upgrade to Sun Solaris 2.8?

 Jeremy Parkes







MYSQL

2001-07-03 Thread Ryan Gralinski

My mail got all deleted by accident can someone please tell me the site
that had info on Databases (mysql) and accesing them from perl.

RYan





RE: MYSql (fwd)

2001-07-01 Thread Ryan Gralinski


is there any documentation on using perl to access Mysql databases?

Ryan





MYSql (fwd)

2001-06-30 Thread Ryan Gralinski


I can't find a module to open and read/write to a mySql database, can
someone help me out?

Ryan





Re: Open a HTM Page

2001-06-29 Thread Ryan Gralinski

you could just do

print `cat file.html` if (condition);



On Fri, 29 Jun 2001, Mike Truong wrote:

 Is there any way to open a HTM page from the Perl program?  When the script runs, it 
opens the page after some conditions were checked.

 Thanks in advance for you help.