Re: apache::request and other newbie questions

2001-11-02 Thread Nouguier Olivier
John Michael wrote: I have a modperl script that uses. cgi.pm and actually I have been importing my on cgi params from get and post but do use cgi.pm for cookies. I have read in some other emails and now in the guide that it is faster to use Apache::Request so I want to change my script over

Re: [Fwd: Help with @ISA]

2001-08-06 Thread Nouguier Olivier
Hi all, Don't we need to load the module before using it? With: PerlModule My::Module::Name Location /foo SetHandler perl-script PerlHandler My::Module::Name /Location ## OR Location /foo SetHandler perl-script

Re: cached value !!

2001-07-26 Thread Nouguier Olivier
raptor wrote: hi, I have the following problem... a module/object that use a callback func..example : use Blah; my $obj = new Blah(...); ..later on ... my $firstcall = 1; sub checkSomething { if ($firstcall) {$firstcall = 0; return 0} code ... }; $$obj{checkCode} =

Re: Child Interprocess Data

2001-07-25 Thread Nouguier Olivier
Kevin Schroeder wrote: Hi,I want to create a program for mod_perl that shares information in between all the child processes so they all have current information. The data will be stored in a MySQL database, but rather than query the DB each time which, due to the kind of server load,

Re: Perl::Flash PerlFlash

2001-07-20 Thread Nouguier Olivier
Jónas Tryggvi Jóhannsson wrote: P.S. If anyone knows about any other PERL Flash modules, please don't hesitate to mention them ;) hi, Look at http://www.opaque.net/ming/ there is perl a binding that works well -- My mother always used to tell me, The early bird gets the worm. The message