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

Threaded logging. Method change help.

by glenn (Scribe)
on Jan 23, 2014 at 16:50 UTC ( [id://1071782]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #semaphores
    my $writelog = Thread::Semaphore->new(); #sequential log writing
    ...
            $writelog->up();
        }
    }
    
  2. or download this
    package other;
    
    ...
            timeLen => 24.24,
        },
    );
    
  3. or download this
    package other.pm
    
    ...
            $writelog->up();
        }
    }
    
  4. or download this
    sub debugLogFunctionNameLineNum {
    #debugLogFunctionNameLineNum((caller(0))[2],(caller(1))[3], @_);
    ...
            $writelog->up();
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found