stats/index.html: < %method title> DBServices: Update Statistics Logs <center> <h1>Update Statistics Logs</h1> < & ‘../.components/ase/maint_logs.comp’, path => "/dbms/sybase/dba/out", file_part => "update_stats" &> </center> stats/dhandler: < %perl> my $self = shift; $self->{once_header} = ”; $self->{header} = ”; $self->{body} = ”; $self->{footer} = ”; $self->{current_block} = ”; my $log_path = ‘/dbms/sybase/dba/out/’; my $file = $m->dhandler_arg; $file =~ [...]
An easy way to view maintenance logs using a browser using Perl & Mason
by Jason L Froebe on February 7, 2007, no comments
