pos($logline) = 32; # The page starts at the 32nd character, so start the next match there . . . if ($logline =~ m/(\S+)/g) { $RequestedPage = $1; } ----------------------------------------------------------------------------- Copyright 1997-2024 Jeffrey Friedl