question, blessing objects, modifying them

2000-01-27 Thread Etienne Pelaprat
hi all, i'm starting out doing some Object Oriented programming with mod_perl and I define one object like this: sub new { my $self = shift; my $type = ref($self) || $self; ## bless our object into the class and return it return bless { first_name => '',

problem with variables sticking.

2000-01-26 Thread Etienne Pelaprat
Hi, this is a huge problem. I have a module written a module with a form on it, and for some reason or another if one user fills out the form and presses the submit button (doing its stuff), and then another different user happens to access that same module to display the same form at around

problem with a module at root

2000-01-21 Thread Etienne Pelaprat
Hi all, I'm having this problem when I run a perl module at the root of my web site. This is the snippet from httpd.conf: SetHandler perl-script PerlHandler Apache::BOSCIndex Now, when I have a form on my web site that posts to, let's

problem

2000-01-20 Thread Etienne Pelaprat
Hi All, I've hit a problem that I can't seem to rectify. I compile mod_perl with EVERYTHING=1, but in one of my modules, I get the error: [Wed Jan 19 20:30:05 2000] null: Rebuild with -DPERL_STACKED_HANDLERS to $r->push_handlers at /usr/local/apache/lib/perl/Apache/BOSCIndex.pm line 37. Thi

problems with module at root of web site

2000-01-12 Thread Etienne Pelaprat
Hi, I have written a perl module that is meant to run at the root of a web site (blah.com/, let's say), but there are errors whenever it tries to access an image with an absolute URL. For instance, this tag returns a broken image: this, I'm guessing, is because it's using in some way or an

unsubscribe

2000-01-11 Thread Etienne Pelaprat
unsubscribe

Re: CGI and forms

2000-01-06 Thread Etienne Pelaprat
lue=>'Modify',-force=>1), for instance), which > should tell CGI.pm that you meant what to reassign the value of the object. > > Another option is to not use CGI.pm -- hardcode the submit HTML, or use > something like HTML::Template, but that's a tough thing to impl

CGI and forms

2000-01-06 Thread Etienne Pelaprat
changes after reloading. What should I use as the method for the form? How does this matter with CGI.pm? Any idea why this variable is not changing? Thanks in advance. Regards, Etienne Pelaprat [EMAIL PROTECTED]

RE: links to modules and virtual domains

2000-01-06 Thread Etienne Pelaprat
> Put it inside a section, go to the Apache docs to read more... thank you, it helped very much. -etienne

links to modules and virtual domains

2000-01-05 Thread Etienne Pelaprat
hi, I'm having a problem specifying which domain, on a box with several hosted domains, a perl module is used. For example, in my perl.conf file I have: SetHandler perl-script PerlHandler Apache::SearchMod if I have domainA.com and domainB.com, both of the following