Re: Cookie Code

2003-09-08 Thread Marcel Greter
Tim Edwards wrote: I'm sending 3 cookies. The first one goes properly. The second two get print to the screen. Same script run under normal perl works fine. Suggestions? Just a suggestion, but are you sure that you don't print out the content-type header after sending the first cookie ? It

Re: Re: AW: AW: Use of uninitialized valued in concatenation....

2003-08-23 Thread Marcel Greter
; print qq(td bgcolor='#d0d0d0'$_/td); # Here is line 42 } Basically you also simply could use the warnings pragma within this sub : no warnings uninitialized; greets, Marcel -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

introducing a set of modules to create dynamic websites

2003-01-17 Thread Marcel Greter
you'll have some headaches setting up everything I think :-| greetings, Marcel Greter

Re: [OT] Can anyone recommend a good flavour of Cookie?

2002-03-07 Thread Marcel Weber
I prefer Chips Ahoi chocolate chips cookies, but the really chunky ones;-) (sorry I could not help it...) Marcel Jeff wrote: Please forgive a mod_perl wannabie [aka woza.PHP4.user] I have googled two differing flavoured cookies in the mod_perl recipe library: Apache::Cookie Apache

Re: Installing Perl::Magick

2002-02-19 Thread Marcel Weber
. Best regards and enjoy linux! Marcel Am Dienstag den, 19. Februar 2002, um 13:03, schrieb lamp: I'm not quite ready to give up on this yet. Below is a screen grab of my attempt(s) to install Perl::Magick. As I have said previously, I am a complete Linux newbie - so what's happening here

OT Re: Installing Perl::Magick

2002-02-19 Thread Marcel Weber
Sorry, I did not meant giving silly comments ;-) I just saw your email [EMAIL PROTECTED] so I thought you would usually work as root. Marcel Am Dienstag den, 19. Februar 2002, um 17:22, schrieb Jonathan M. Hollin: :: I don't know anything about your problem. I just wanted to :: give you

Re: Multiple authentication methods

2002-02-14 Thread Marcel Weber
Hi Darren Would you submit the current version? If you need help with the Documentation just let me know. For the makefile, I do not have any experience. Marcel Am Mittwoch den, 13. Februar 2002, um 21:01, schrieb darren chamberlain: Quoting Marcel Weber [EMAIL PROTECTED] [13 Feb-02 14:53

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
Fixed some errors. Here comes the working version: - package Apache::AuthMulti; # Stathy G. Touloumis # Marcel M. Weber # Darren Chamberlain # # Version 0.1.0 / 2002.02.13 / Marcel M. Weber use strict; use Apache::Constants qw(:common); sub handler { my $r = shift

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
So here comes the most actual code: Submitting it to CPAN would be fine! package Apache::AuthMulti; # Stathy G. Touloumis # Marcel M. Weber # Darren Chamberlain # # Version 0.01-2 / 13.02.2002 / Marcel M. Weber use strict; use Apache

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
On my woody system it's fine. Marcel Am Mittwoch den, 13. Februar 2002, um 23:51, schrieb Stathy G. Touloumis: The easiest thing would be to use Config, and do: $module =~ s[::][$Config{'path_sep'}]g; Right? Maybe not : ) When checking on 2 linux systems I got a path seperator

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
Sorry, this code does not work... Should test it better before sending it to to mailing list... Marcel Am Donnerstag den, 14. Februar 2002, um 00:05, schrieb Marcel Weber: So here comes the most actual code: Submitting it to CPAN would be fine

Re: Multiple authentication methods

2002-02-13 Thread Marcel Weber
); $module .= '.pm'; eval { require $module; }; return $@ ? 1 : 0; } Of course one has to put a use File::Spec at the beginning and a Per Finar Ellefsen Marcel Am Donnerstag den, 14. Februar 2002, um 00:11, schrieb Stathy G. Touloumis: Interesting, one system is RedHat 7.2 and Suse 7.3

AW: Multiple authentication methods

2002-02-12 Thread Marcel Weber
/AuthenIntra.pm line 13. resp. vice versa, when the AuthSybase method is first. Perhaps it is my mod_perl installation. It is a stock Debian Woody installation. Marcel -Ursprüngliche Nachricht- Von: Stathy G. Touloumis [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 12. Februar 2002 18:32 An: Marcel

AW: Multiple authentication methods

2002-02-12 Thread Marcel Weber
) { return Apache::Constants::OK; } elsif ( Apache::AuthSybase::handler($r) == Apache::Constants::OK ) { return Apache::Constants::OK; } $r-note_basic_auth_failure; return Apache::Constant::AUTH_REQUIRED; } Marcel -Ursprüngliche Nachricht

AW: Multiple authentication methods

2002-02-12 Thread Marcel Weber
. Thanks to all who helped me Marcel -Ursprüngliche Nachricht- Von: Stathy G. Touloumis [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 12. Februar 2002 21:17 An: Marcel Weber; [EMAIL PROTECTED] Betreff: RE: Multiple authentication methods That is odd, I would check the interface

AW: Multiple authentication methods

2002-02-11 Thread Marcel Weber
, but the second method is never executed. Well, probably some expirienced perl coder would laugh at me... Marcel -Ursprüngliche Nachricht- Von: Stathy G. Touloumis [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. Februar 2002 23:34 An: Marcel Weber Cc: [EMAIL PROTECTED] Betreff: RE: Multiple

Re: [OT] multipart/mime messages [was: Re: Missing src/include/alloc.h ?]

2000-08-28 Thread marcel
In modperl, you wrote: "Ime Smits" [EMAIL PROTECTED] writes: You should compose a multi-part mime message in that case. I'm not sure if there are modules around to do that in perl... That would be Mime::Lite. Actually, that would be MIME::Lite. -- Marcel Gr\"unauer

Apache::mod_perl_guide installation quirk

2000-08-22 Thread Marcel Grunauer
but then I used a different path than the default and it complained about missing files, when they were, in fact, present: Enter the directory to install the html files : [/home/httpd/docs/manual/mod_perl_guide] /usr/local/apache/marcel/htdocs/perldocs/mod_perl/guide Checking if your kit