Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Unable to write to log-file

by moritz (Cardinal)
on Jul 27, 2009 at 14:10 UTC ( [id://783552]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -w $your_script.pl
    Name "main::ConfFile" used only once: possible typo at foo.pl line 16.
    Name "main::AllDevi" used only once: possible typo at foo.pl line 8.
    ...
    .
    print() on unopened filehandle STRM_ALLDevices at foo.pl line 11.
    ...
    
  2. or download this
    use warnings;
    use strict;
    ...
    }
    closedir $dir or warn $!;
    close $a or warn $!;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-29 08:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found