schwartzian

2000-04-27 Thread w trillich
from his webtechniques article a while back--(source code is available at www.webtechniques.com)... here's a slice from r.schwartz's quickie DBIlogger-- $r-push_handlers ( PerlLogHandler = sub { my $orig = shift; my $r = $orig-last; my @data = (

RE: schwartzian

2000-04-27 Thread Eric Cholet
where would an intrepid innocent turn for details on what methods and/or fields are available to the PerlLogHandler in the passed arglist @_ array (okay, $_[0] or shift) ? apparently -last and -request_time and -status ..and $_[0]-last has submethods including get_remote_host,