Apache::ASP internal redirects

2000-07-09 Thread Remi Fasol
hello. i'm testing the new $Server-Transfer for internal redirects but have run into a minor problem. when i try to use File::Basename::basename $0 to determine the name of the current Apache::ASP file, $0 contains the name of the previous file if the current file had been called by

Re: Hope you didn't miss me too much

2000-07-09 Thread Adi
Must be nice being your own boss! I think we missed not just your technical expertise but also your moral guidance (don't worry though, there wasn't another eToys thread). Glad to have you back... -Adi "Jeffrey W. Baker" wrote: I got a three week vacation from technology as a wedding gift

Re: Script that stays on the same page

2000-07-09 Thread will trillich
Pierre-Yves BONNETAIN wrote: Hello, For my server, I need to write some script that will be 'regularly' triggered (GET or POST), but that will NOT send the user to another page. The user must stay on the same page he is, without ANY html being exchanged as a result of the script.

Re: Script that stays on the same page

2000-07-09 Thread jeff
what about returning the http no response code 204. as in print $query-header('text/html','204 No response'); will trillich wrote: Pierre-Yves BONNETAIN wrote: Hello, For my server, I need to write some script that will be 'regularly' triggered (GET or POST), but that will NOT

Re: best encryption module

2000-07-09 Thread Matt Carothers
On Fri, 7 Jul 2000, clayton cottingham aka drfrog wrote: whats the best encryption module for use with mod perl? i want to encrypt passwords store in a db and then be able to check what a users inputs against it Perl has a built-in crypt() function. The actual encryption algorithm used

Forking off lengthy processes

2000-07-09 Thread Jeremy Howard
I've just read the Guide's advice on fork and system calls, but it doesn't really seem to offer a resolution to the problems it raises. I'm trying to set up an SMS gateway for my webmail users. The gateway just uses LWP to contact a web-SMS provider and sends a POST request (following some

Re: CGI.pm: start_form defaults

2000-07-09 Thread Hasanuddin Tamir
No wonder Alexei V. Barantsev on Jul 8 said that, AVB] Playing with CGI I have found that real behaviour of start_form AVB] without parameters does not correspond to documentation. AVB] AVB] From the documentation: AVB] AVB] The defaults are: AVB] method: POST AVB] action: this script

Re: Forking off lengthy processes

2000-07-09 Thread Robin Berjon
At 01:19 10/07/2000 +, Jeremy Howard wrote: I've just read the Guide's advice on fork and system calls, but it doesn't really seem to offer a resolution to the problems it raises. I'm trying to set up an SMS gateway for my webmail users. The gateway just uses LWP to contact a web-SMS

Using modules

2000-07-09 Thread Srinidhi Rao S
Hi all, I have a small problem. I have a package which is not situated in perl\lib folder. It has a different path. I have some problems in copying this to library folder. Can I use the package from the present position without copying to the library folder?? How do tell the perl compiler