Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

glenn's scratchpad

by glenn (Scribe)
on Oct 17, 2008 at 15:12 UTC ( [id://717762]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub debugLogFunctionNameLineNum {
    #debugLogFunctionNameLineNum((caller(0))[2],(caller(1))[3], @_);
    ...
        print $LOGFH "$header $input_msg\n";
        $writelog->up();
    }
    
  2. or download this
    sub logLine {
        my ($text) = @_;
    ...
        $writelog->down();
        print $LOGFH "$header $text\n";
        $writelog->up();
    
  3. or download this
    sub EmailResults {
        debugLogFunctionNameLineNum((caller(0))[2],(caller(1))[3], @_);
    ...
            $smtp->quit;
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-18 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found