Re: Client capabilities

2002-04-30 Thread Martin Haase-Thomas
leads to evil. --- Martin Haase-Thomas |Tel.: +49 30 43730-558 Software Development| [EMAIL PROTECTED] ---

Re: [Q maybe OT] forward

2002-04-29 Thread Martin Haase-Thomas
, and a 'forward' to whatever. But these are in fact not of the server page's concerns. Would you agree with this approach? regards M Perrin Harkins wrote: Martin Haase-Thomas wrote: forwarding is a term that i borrowed from the JSP concept - which i'm currently trying to implement in perl. JSP

Re: [Q maybe OT] forward

2002-04-28 Thread Martin Haase-Thomas
] Voice 650-930-9062 Tellme Networks, Inc. 1-800-555-TELLFax 650-930-9101 -- -- Constant shallowness leads to evil. --- Martin Haase-Thomas

[Q maybe OT] forward

2002-04-24 Thread Martin Haase-Thomas
-- http://www.meome.de --- Martin Haase-Thomas |Tel.: +49 30 43730-558 meOme AG|Fax.: +49 30 43730-555 Software Development| [EMAIL PROTECTED] ---

Re: [Q maybe OT] forward

2002-04-24 Thread Martin Haase-Thomas
to with this 'event' up to him... ... whistling ... :) M Per Einar Ellefsen wrote: At 07:44 24.04.2002, Martin Haase-Thomas wrote: Hi all, maybe this is going to be a little off topic, but it won't take you much time: I am quite certain that recently I saw a server response code concerning

Re: Unsubscribe me please [KILL THIS THREAD]

2002-04-10 Thread Martin Haase-Thomas
:) giggle... Perrin Harkins wrote: Please kill this thread. Some people are not good at dealing with mailing lists. At least this guy was polite. - Perrin -- http://www.meome.de --- Martin Haase-Thomas

[OT?] What exactly is forwarding?

2002-03-12 Thread Martin Haase-Thomas
-- http://www.meome.de --- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730-555 Software Development| [EMAIL PROTECTED] ---

Re: [OT] Thought for the Day

2002-03-12 Thread Martin Haase-Thomas
this thread is on-topic. everyone might want to look at Apache::MOTD - it's a similar idea to the Unix motd functionality whose implementation is quite clever. --Geoff -- http://www.meome.de --- Martin Haase-Thomas

Re: [OT?] What exactly is forwarding?

2002-03-12 Thread Martin Haase-Thomas
many better ways to accomplish things (OO, method calls, dispatch tables, template includes). - Perrin -- http://www.meome.de --- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG

[OT] redirect STDOUT

2002-03-06 Thread Martin Haase-Thomas
-- http://www.meome.de --- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730-555 Software Development| [EMAIL PROTECTED] ---

Re: How to invoke the save dialog box when clicking in the link, which is generated by PERL script.

2002-03-06 Thread Martin Haase-Thomas
: 56093095 -- http://www.meome.de --- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730-555 Software Development| [EMAIL PROTECTED] ---

[WOT] Opcode/ Safe

2002-03-04 Thread Martin Haase-Thomas
); $page-reval (sysopen '/bla/blub.html' || kill 15, 1906); Anyone with an idea? btw: funny things will happen if you type 1 instead of 1906 ... :) regards Martin -- http://www.meome.de --- Martin Haase-Thomas

Re: [WOT] Opcode/ Safe

2002-03-04 Thread Martin Haase-Thomas
:dangerous); $page-deny(Opcode::opset_to_ops($opset)); $page-permit qw(print ref ); $page-deny (qw(rand srand)); $page-reval (eval \ print 'huhu' \); print $@.\n; Martin Haase-Thomas wrote: Hi all, maybe this is really far WOT, but one shouldn't give up hope, as we all know... Does anyone

Re: Use of uninitialized value. with no line number in error log

2002-02-21 Thread Martin Haase-Thomas
in the error log. Perhaps I'll delve into DBI.pm, unless someone can explain this to me beforehand. -Tim -- http://www.meome.de -- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG| Fax.: 030 43730

Re: Anyone for JavaScript question

2002-02-21 Thread Martin Haase-Thomas
HTTP://www.CyberShell.com CyberShell Engineering - -- http://www.meome.de -- Martin Haase-Thomas | Tel.: 030 43730-558 meOme AG

Re: [OT] Re: Anyone for JavaScript question

2002-02-21 Thread Martin Haase-Thomas
, You could try posting the form to a hidden frame or you could use Javascript remote scripting (JSRS) to communicate the onUnload event to your server. Nigel -- http://www.meome.de --- Martin Haase-Thomas

Re: Use of uninitialized value. with no line number in error log

2002-02-21 Thread Martin Haase-Thomas
you're right, i forgot about those two perl signals. ashamed martin Stas Bekman wrote: Martin Haase-Thomas wrote: perl sighandlers require the signal as their first argument. so i assume that it may not be a good idea to call Carp::cluck(), as any of the Carp methods expect strings. try

[Q] Apache::File-new

2002-02-12 Thread Martin Haase-Thomas
Hi, I searched in the book, I searched in the FAQs - no I ask u: Does Apache::File-new start a subrequest? There are some mystical lines in my rewrite_log, which might come from there. Thanx a lot Martin

Re: [Q] Apache::File-new

2002-02-12 Thread Martin Haase-Thomas
/sid#80aec3c][rid#81b5494/subreq] (1) pass through /67567 Lots to read I know. Hope you'll have the patience. Many thanx in advance, best regards Martin Geoffrey Young wrote: [EMAIL PROTECTED]"> Martin Haase-Thomas wrote: Hi,I searched in the book, I searched in the

Re: Apache::DBI

2002-02-12 Thread Martin Haase-Thomas
artup.pl line 28.Compilation failed in require at (eval 14) line 1.--On Tue, 12 Feb 2002 08:44:12 Martin Haase-Thomas wrote: Marty J. Rogers wrote: [snip]From httpd.conf:PerlModule Apache::DBI CGI DBD::mysql \Apache::AuthenDBIPerlRequire /path/to/startup.plAlias /perl/ /path/

Re: Apache::DBI

2002-02-11 Thread Martin Haase-Thomas
Marty J. Rogers wrote: [snip] From httpd.conf: PerlModule Apache::DBI CGI DBD::mysql \ Apache::AuthenDBI PerlRequire /path/to/startup.pl Alias /perl/ /path/to/perl PerlModule Apache::Registry Location /perl SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI allow from all

QUESTION

2002-02-06 Thread Martin Haase-Thomas
Hi all, I hope there'll be someone here to help we with a mod_perl prob, of which I thought first it wouldn't be one. I refer to the "Writing Apache Modules" book by Stein/MacEachern. The prob is quite simple: I have to redirect certain requests under certain conditions to another URL