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 itself?

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

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)

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, how come?

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,

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

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 that

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'),

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 hair

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

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 in