Cookies

2000-08-25 Thread Jeff Smelser
How do you set expires in ASP cookies? I tried, and various other ways too. Even nodeworks.com wouldn't work for me. Thanks. $expires=HTTP::Date::time2str(time()+86400); $Response-{Cookies}{'username','Expires', '$expires'} = $Request-Form('username'); $Response-{Cookies}{'password'} =

Help Embperl

2000-08-05 Thread Jeff Smelser
I got EMbperl to compile. It when I did make test, everything went great. OK's down the line. I set up apache with: Location /perl/ SetHandler perl-script PerlHandler HTML::Embperl /Location This is what apache says when I restarted it: [10843]ERR: 25: Line 1: Error [Sat Aug 5 16:10:00

RE: Help Embperl

2000-08-05 Thread Jeff Smelser
, 5 Aug 2000, Jason Bodnar wrote: Please send the file for the url you're getting the error with. On 05-Aug-2000 Jeff Smelser wrote: I got EMbperl to compile. It when I did make test, everything went great. OK's down the line. I set up apache with: Location /perl/ SetHandler perl