'' in regex

2002-05-18 Thread Rizwan Majeed
I was trying this out : $SomeVar =~ // ;$SomeVar =~ /''/ ;$SomeVar =~ /\/ ;none of these works. Need help Thanks Riz - Original Message - From: Mithun Bhattacharya [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 18, 2002 4:01 PM Subject: Re: Apache::DB ---

handler not being called

2002-03-20 Thread Rizwan Majeed
Hi.. I have added a handler entry in httpd.conf location /myhandler SetHandler perl-script PerlHandler Demo /Location and I have printed a string inside the handler thats it. When I do GET on the URI I get the following error. HTML HEADTITLEAn Error Occurred/TITLE/HEAD BODY H1An Error

Re: handler not being called

2002-03-20 Thread Rizwan Majeed
[EMAIL PROTECTED] To: Rizwan Majeed [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 8:55 PM Subject: RE: handler not being called Can you send the code for Demo.pm? I have added a handler entry in httpd.conf location /myhandler SetHandler perl-script

where should the handler sript be kept

2002-03-10 Thread Rizwan Majeed
I am trying to invoke a handler script. I have set the location tag in httpd.conf I dont know where to place the script so that Apachi picks it up at run-time. when I do GET http://myserver/soap I get: HTML HEADTITLEAn Error Occurred/TITLE/HEAD BODY H1An Error Occurred/h1 405 Method Not

trouble with mod-perl soap handler

2002-02-27 Thread Rizwan Majeed
Hi all, I really need some help. Iam using the mod-perl handler for soap. I wasnt sure how to test it. Can any body tell me how to test the service I make. MORE Importantly. how should I make sure the handler is invoked. I think it is not being invoked. I have also copied the package in

Re: trouble with mod-perl soap handler

2002-02-27 Thread Rizwan Majeed
Message - From: Mark Fowler [EMAIL PROTECTED] To: Rizwan Majeed [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 27, 2002 2:58 PM Subject: Re: trouble with mod-perl soap handler On Wed, 27 Feb 2002, Rizwan Majeed wrote: I am using the mod-perl handler for soap. I wasnt