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