Re: How much is too much

2003-02-28 Thread CraigD
On Thursday 27 February 2003 08:43 am, you wrote: > I write MacPerl at work to munge local files but use CGIs for my personal > website. The various hosting plans I have allow Perl and I have never had a > problem with them. I am starting a new, more CGI-intensive project and I'm > troubled by the

Re: Help with Cookies

2003-02-08 Thread CraigD
This is how I did it. if ( @loginfo = CGI::cookie('mspplog') ) { $user_name = $loginfo[0]; $password = $loginfo[1]; $checkPassword = 'true'; } On Friday 07 February 2003 08:07 am, Kipp, James wrote: > > All am I am trying to do now is have a user enter his/her > > name in a

Re: looking for a host

2003-02-07 Thread CraigD
Hurricane Electric http://www.he.net $9.95 /mo basic They provide more functions than almost anyone. On Wednesday 05 February 2003 04:14 pm, Shahar Evron wrote: > hi all.. > i'm doing all sorts of tests with CGI related perl, and i need a good > host that supports perl and SSI to run my scripts on.