Re: modperl for ubuntu

2010-12-01 Thread Marilyn Burgess
Hello Jeff, Does Ubuntu use the same packages as Debian? On Debian I do: apt-get install apache2 libapache2-mod-perl2 libapache2-request-perl libapache2-mod-apreq2 Hope this helps! Marilyn On Wed, Dec 1, 2010 at 2:07 AM, Dave Hodgkinson wrote: > > On 1 Dec 2010, at 02:51, Jeff Pang wrote: >

Re: decline and fall of modperl?

2009-03-23 Thread Marilyn Burgess
>From a fellow lurker to another, I would be interested in reading your perspective. - Marilyn On Mon, Mar 23, 2009 at 7:26 PM, Mike Bourdon wrote: > Very interesting topic, byline and responses. > > For the last 5 years I have been Perl recruiter (24 years overall as a > technical headhunter)

Re: Class method or Object method?

2009-01-29 Thread Marilyn Burgess
I really like this example too, though it lacks a class method example: if(DOG::number_of_dogs_in_the_pound() > 1){ foreach my $dog (@Pound){ if($dog->is_male()){ print "I though so"; } } } Sorry, I couldn't resist after that female comment. Marilyn On Thu, J

DirectoryIndex

2007-10-24 Thread Marilyn Burgess
Hello, I'm running modperl2 on Debian from the libapache2-mod-perl2 debian package and I can't get the DirectoryIndex rule to work properly. I have the line DirectoryIndex index.html index.cgi index.pl index.php index.xhtml in apache2.conf, and in the file default in sites-available... nether se