Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

still have a mysterious crash

by jhanna (Scribe)
on Dec 17, 2002 at 18:06 UTC ( [id://220599]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub mlog {
     my $fh=shift;
    ...
     print DEBUG  $m;
     if($logfile && open(LOG,">>$logfile")) {print LOG $m; close LOG;}
    }
    
  2. or download this
      if(onwhitelist($fh,$this->{header})) {
       setmaillog(0,$fh);
       isnotspam($fh);
       mlog($fh,'local or whitelisted');
      }
    

Log In?
Username:
Password:

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

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

    No recent polls found