that users report
all bugs, frustrations, ideas and questions!
Garth Webb
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html
On Fri, 2004-04-30 at 14:51, Stas Bekman wrote:
> Perrin Harkins wrote:
> > On Fri, 2004-04-30 at 17:35, Garth Webb wrote:
> >
> >>Maybe I'm not familiar enough with it, but isn't Krang an online
> >>publishing application that uses one or more mod_pe
rl developer, I could use), but Krang is
the first application for which I've seen announcements.
I'm just curious, since there are some mod_perl based projects I'm
working on that I'd like to give some exposure when they are complete.
Thanks!
Garth Webb
--
Report problems
walk-through after finishing the game on your own.
Anyway, for anyone who would like to try this out, check out the article
if you want help with the setup!
On Mon, 2004-04-05 at 10:03, Drew Taylor wrote:
> Garth Webb wrote:
> > Hi, does anyone have any suggestions for a simple gallery mod
ry, but it depends on Image::Imlib2 which fails
to build on two different machines I've tried.
Thanks!
--
|- Garth Webb -|
|- [EMAIL PROTECTED] -|
signature.asc
Description: This is a digitally signed message part
On Wed, 2004-03-31 at 12:04, Stas Bekman wrote:
> Garth Webb wrote:
> > On Tue, 2004-03-30 at 19:28, Stas Bekman wrote:
> >
> >>Garth Webb wrote:
> >>
> >>>I have a question about Apache::StatINC and reloading exported methods.
> >>
On Tue, 2004-03-30 at 19:28, Stas Bekman wrote:
> Garth Webb wrote:
> > I have a question about Apache::StatINC and reloading exported methods.
>
> Garth, Apache::StatINC is deprecated and no longer maintained. Please use
> Apache::Reload instead (mp1 version on CPAN, mp2 ve
ontent-Type: text/plain\n\n";
print "Calling test function: ";
testit();
print "Done\n";
and this is the test module:
package TestINC;
BEGIN {
use Exporter ();
use vars qw(@ISA @EXPORT);
@ISA= qw(Exporter);
@EXPORT = qw(testit);
}
sub testit
time was spent in Text::Tmpl, so
its not our code (though that can always stand improvements).
If anyone knows of any other simple C-based templating systems they use
and like, I'd be interested to hear about it!
--
|- Garth Webb -|
|- [EMAIL PROTECTED] -|
signature.asc
Description: This is a digitally signed message part
On Sat, 2004-02-14 at 09:32, Ged Haywood wrote:
> Hi there,
>
> On Fri, 13 Feb 2004, Garth Webb wrote:
>
> > So what is a good alternative to Apache::Registry? My impression was
> > that this is the thing to use unless you want the extra functionality of
> > someth
If I wrote a generalized handler, I'd just be reinventing
Apache::Registry. Has someone reinvented Apache::Registry in a way that
isn't a horrible hack?
--
|- Garth Webb -|
|- [EMAIL PROTECTED] -|
signature.asc
Description: This is a digitally signed message part
> } else {
> $Location{"/"} = {
> AuthType => "Basic",
> require => "valid-user",
> AuthName => "testing",
> AuthUserFile => "www/secure/passwd",
> AuthGroupFile => "www/secure/group",
> };
> }
>
--
|- Garth Webb -|
|- [EMAIL PROTECTED] -|
signature.asc
Description: This is a digitally signed message part
sk of breaking
your already working Perl code, or worst introducing a hidden bug.
Additionally if you have a programmer and a designer, mixing HTML and
Perl means that your designer has to be a decent coder and the coder has
to be a decent designer.
That's why its a bad idea! :)
--
|- Garth Webb -|
|- [EMAIL PROTECTED] -|
signature.asc
Description: This is a digitally signed message part
13 matches
Mail list logo