Chris Devers wrote:
> 
> On Wed, 26 Sep 2001, $Bill Luebkert wrote:
> 
> > Chris Devers wrote:
> 
> Actually, I've got a catchall error page, with Apache directives like:
> 
>     ErrorDocument 400 /misc/server_error.cgi?status=400
>     ErrorDocument 401 /misc/server_error.cgi?status=401
> 
> etc., so there's no env parsing necessary -- it's a passed parameter.

That's what I thought your script was (guess not :( ).

Why pass an arg when you already have it in the ENV ? (rhetorical)

You can leave arg parsing out entirely on a catchall page saving time.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED] 
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to