while (<WEB_FILE>) { chomp; my ($host, $log, $file) = split(/\|/); if ( $log eq 'ACTIVITY_LOG' and $file =~ s/^FILE //) { $host_access_files{$host} = $file; } # should put $host's activity log file name into # $host_access_files{$host} } # while WEB_FILE
a
In reply to Re: get log file files
by a
in thread get log file files
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |