Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Possible scoping issue with Log::Log4perl logger ( END { undef $log; } )

by beech (Parson)
on Jun 16, 2018 at 22:31 UTC ( [id://1216795]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
    TRACE - trace
    FATAL - fatal
    INFO - bye
    
  2. or download this
    Can't locate object method "open" via package "Mail::Mailer::smtp" at 
    +lib/Mail/Send.pm line 58 during global destruction.
    
  3. or download this
    END {
        undef $logger ;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (8)
As of 2024-04-19 09:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found