Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: many files one log file

by glenn (Scribe)
on Dec 04, 2013 at 14:03 UTC ( [id://1065592]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use diagConfig; #$sourcepath, %files, trimwhitespace, cleanupWincuri, 
    +$WINCURI, $PLINK, $CLI
    open my $LOGFH ,">", $files{log}{file};
    ...
    
    my $vm = VolumeManager->new();
    my $init = Initiator->new();
    
  2. or download this
    use diagConfig; #$sourcepath, %files, trimwhitespace, cleanupWincuri, 
    +$WINCURI, $PLINK, $CLI
    open my $LOGFH ,">", $files{log}{file};
    ...
    Initiator->import(\$LOGFH, \$writelog);
    my $init = Initiator->new();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1065592]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-20 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found