#!/usr/local/ls6/bin/perl package Logfile::NCSA; require Logfile::Apache; @ISA = qw (Logfile::Apache); 1;