truncate

Georg Stingl (Georg_Stingl@non-hp-austria-om1.om.hp.com)
Mon, 17 Feb 1997 23:02:32 +0100


hello,

the trunc option doesn't work correctly in wwwstat.pl, 
it does if you comment out the line.

sub truncated
{
    local($_) = @_;
    local(@levels);

#   return $_ unless m#^/#;
# ^^^^^^^^^^^^^^^^^^^^^^^^^^

    if ($TruncateFile) { s#[^/]+$##; }

    if ($TruncateLevel > 0)
    
-- 
Raphael Wegmann
wegmann@ophelia.tuwien.ac.at