in reply to Re^4: Opening multiple log files
in thread Opening multiple log files
"... I won't be using modules ..."
I not certain what you're getting at here. The link to File::Glob was for documentation to read, not a module to use. The link to glob() explains this. Besides, you're already using three modules:
use strict; use warnings; use POSIX 'strftime';
"... is there anyway anyway to get the file name as well?"
The filename that -f operates on? The filename that /\.log$/ is attempting match?
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Opening multiple log files
by hahazeeq (Novice) on Jun 15, 2015 at 09:17 UTC | |
by kcott (Archbishop) on Jun 16, 2015 at 02:48 UTC |