ANNOUNCE: DBIx::Recordset 0.23

2000-09-21 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/dbi/DBIx-Recordset-0.23.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/DBIx-Recordset-0.23.tar.gz size: 82858 bytes md5: 64cafcc42278264592322d958a5d4600 * UPGRADE NOTE: Please see for the changed nameing scheme for * automatic

[ANNOUNCE] new module ApacheBench

2000-09-21 Thread Adi
It took a little longer than planned, but here it is. It is a Perl API to the Apache ab tool. It took so long because we added a number of useful features, mainly the ability to benchmark sequences of URLs instead of just one. Before I upload it to CPAN, are there any objections to calling it "

Looking for docs for apache-2.0+perl

2000-09-21 Thread Armand
Is it possible to build perl into apache-2.0 like the equivalent of 1.3 with mod_perl. I've been looking and can't seem to find any reference to it. Armand -- Linux 2.4.0-test9 #1 SMP Mon Sep 18 23:34:36 MST 2000 i686 Thu Sep 21 15:20:00 MST 2000

Please Help! Having difficulties with Tie::DBI and mod_perl

2000-09-21 Thread todd . bruner
I'm groveling...Please help. I'm extremely frustrated with this, so forgive the reposting. I added the Carp module as suggested in the "mod_perl guide: mod_perl and Relational Databases" web pages. Now in the Logs I have the following: [Thu Sep 21 15:30:34 2000] [error] Before Tie [Thu Sep 2

Re: OT: Server-push client page reload

2000-09-21 Thread ed phillips
A very impressive 95 lines o' Perl Randal! Ed "Randal L. Schwartz" wrote: > > "Michael" == Michael Nachbaur <[EMAIL PROTECTED]> writes: > > Michael> This is off-topic, but I need an answer pretty quick, and I > Michael> *am* writing this app using mod_perl, so its sorta related > Michael>

problems with mod-perl installation

2000-09-21 Thread Dhananjay Naniwadekar
I am trying to install CPAN's mod_perl-1.24 module. But I am getting the following error : LICENSE: No StrongholdLicenseFile directive Add a StrongholdLicenseFile directive into your configuration file giving the file containing your

Re: Finding Consultants on adding Perl Modules

2000-09-21 Thread Paul Lindner
On Thu, Sep 21, 2000 at 10:19:55AM -0700, Byron Stephen Lee wrote: > Hi: > > Do you have a list of consultants who have experience in adding Perl Modules > to Apache? We have a business need for some modules, such as Storable, and > would be willing to contract for them. Is there some mechanism

Finding Consultants on adding Perl Modules

2000-09-21 Thread Byron Stephen Lee
Hi: Do you have a list of consultants who have experience in adding Perl Modules to Apache? We have a business need for some modules, such as Storable, and would be willing to contract for them. Is there some mechanism in general for finding Apache consultants? There are other areas we could u

Re: Uploading File

2000-09-21 Thread Ken Y. Clark
Lola Petzold ([EMAIL PROTECTED]) said something to this effect: > New to mod_perl and am having problems writing a script to allow our > creative department the ability to upload banners to a directory on > our server. I'm using Apache::Request, but keep getting stuck and am > ready to pull my ha

Re: OT: Server-push client page reload

2000-09-21 Thread test
Hi type: multipart/x-mixed-replace use CGI::Push qw(:standard) do_push(-next_page=>\&draw_a_page) sub draw_a_page { my ($q,$counter)= @_; return undef if $counter >100; my $time = localtime(); return start)html(), h1('test'), 'T

Re: Why it is so complicated ?

2000-09-21 Thread Randy Kobes
On Wed, 20 Sep 2000, - wrote: > I am trying to install apache support for ASP (using win95). > I have spent many days in downloading+reading+trying etc... > without results. It can be frustrating ... > It seems as if it is the purpose of some persons to make it complicated. To build packages t

Uploading File

2000-09-21 Thread Lola Petzold
New to mod_perl and am having problems writing a script to allow our creative department the ability to upload banners to a directory on our server. I'm using Apache::Request, but keep getting stuck and am ready to pull my hair outanother problem i have to deal with is that the banners have t

Re: dir_config and Apache::Table confusion

2000-09-21 Thread Bjørn Ola Smievoll
* Matt Sergeant | | Probably because keys doesn't return the keys of an Apache::Table object, | since it is implemented in C. I'm not quite sure it's that simple. If you replace dir_config() with headers_in() which also return an Apache::Table object you get a sane result from Dumper(). Also, w

Re: dir_config and Apache::Table confusion

2000-09-21 Thread Matt Sergeant
On 21 Sep 2000, Bjørn Ola Smievoll wrote: > If I do this: > > $r->print($r->dir_config('key')); > > Then key is printed. > If I then do this: > > my $tab = $r->dir_config; > $r->print(Dumper($tab)); # Using Data::Dumper > > I get '$VAR1 = bless( {}, 'Apache::Table' )'; > It's empty

dir_config and Apache::Table confusion

2000-09-21 Thread Bjørn Ola Smievoll
If I do this: $r->print($r->dir_config('key')); Then key is printed. If I then do this: my $tab = $r->dir_config; $r->print(Dumper($tab)); # Using Data::Dumper I get '$VAR1 = bless( {}, 'Apache::Table' )'; It's empty, how come? (bo)

The case of the disappearing routine

2000-09-21 Thread Chris Downes-Ward
Dear all, We have a server which has a virtual server on it, this virtual server has a number of locations, one of which has a perl access handler defined, this server is a development server and is not heavily loaded. Every now and then (I wish I could be more precise) the entry point routine fo

Re: Why it is so complicated ?

2000-09-21 Thread Joshua Chamas
- wrote: > > I am trying to install apache support for ASP (using win95). > I have spent many days in downloading+reading+trying etc... > without results. > It seems as if it is the purpose of some persons to make it complicated. > > Is it a hard task to make one file (exe) to make it automatic

Why it is so complicated ?

2000-09-21 Thread -
I am trying to install apache support for ASP (using win95). I have spent many days in downloading+reading+trying etc... without results. It seems as if it is the purpose of some persons to make it complicated. Is it a hard task to make one file (exe) to make it automatic installing ? Assil

Re: Apache::ASP : perl variables tend to "stick" ...

2000-09-21 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: > > By the way, have you ever considered adding a pre-parsing > step where you first read in all the subroutines separately > (say, up to the first line of code) and place them before > the actual subroutine that will become main and will denote > the script itse