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

Managing capture

by jbert (Priest)
on Feb 19, 2013 at 11:37 UTC ( [id://1019527]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      sub foo {
        my $self = shift;
    ...
          do_more_stuff();
          $self->log("done more stuff");
        });
    
  2. or download this
      use NoClose;
    
    ...
          do_more_stuff();
          $self->log("done more stuff");
        });
    

Log In?
Username:
Password:

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

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

    No recent polls found