Re: [OT] Redirect w/ Netscape browser causing 'Document contains no data'

2001-09-09 Thread Joel W. Reed
that it was because my server side code had caused an apache process to core dump. jr -- -------- Joel W. Reed412-257-3881 --All the simple programs have been written. PGP signature

Re: Apache::ASP extra newline in script output start - killing IE pdf recognition

2001-04-27 Thread Joel W. Reed
On Apr 27, [EMAIL PROTECTED] contorted a few electrons to say... Philip> On Fri, 27 Apr 2001, Joel W. Reed wrote: Philip> Philip> > <%@ LANGUAGE="PerlScript" %> Philip> > <% Philip> > do neat perl things Philip> > %> Philip> Ph

Apache::ASP extra newline in script output start - killing IE pdf recognition

2001-04-27 Thread Joel W. Reed
(what your comments say) if Content-Type is not "text/*" -> then we just remove the line & esp. the newline. what do you think? jr Joel W. Reed412-25

Re: Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joel W. Reed
my($self, $key, $value) = @_; my @rv; -- ---- Joel W. Reed412-257-3881 --All the simple programs have been written. PGP signature

Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joel W. Reed
tput under windows. jr -- -------- Joel W. Reed412-257-3881 --All the simple programs have been written. Title: test page test page <%

Re: [ANNOUNCE] Apache::ASP v2.07

2000-12-07 Thread joel w. reed
developing cross platform web products. Its been rather stable & Joshua is usually pretty responsive when you need some help. jr -- ---- Joel W. Reed412-257-3881 --All the

Re: [Apache::ASP] $Request->QueryString->('foo')->Item() support

2000-10-09 Thread joel w. reed
nce impact do doing something Joshua> like you suggest. really? that's a bummer. the only other option is to throw use Win32::OLE qw(in valof with OVERLOAD); in the ASP pages when they are running under ActivePerl. which kind of sucks too. (the above is found in the ActivePerl

[Apache::ASP] $Request->QueryString->('foo')->Item() support

2000-10-09 Thread joel w. reed
sObj($self->{QueryString}->Item($key)); + } sub ServerVariables { shift->{ServerVariables}->Item(@_) } -- Joel W. Reed412-257-3881 --All the simple programs have been written. PGP signature