Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: many files one log file

by glenn (Scribe)
on Dec 04, 2013 at 14:03 UTC ( #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 chilling in the Monastery: (3)
As of 2023-12-02 02:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (13 votes). Check out past polls.

    Notices?