Devel::Trace::Fork ------------------ Like the Devel::Trace module, but the debugging output includes the process id of the process executing each statement. This is helpful information to have if your program makes use of fork calls and the output of different processes can be interleaved. See the POD for information about why and how to use this module. INSTALLATION To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Devel::Trace::Fork You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Devel-Trace-Fork AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Devel-Trace-Fork CPAN Ratings http://cpanratings.perl.org/d/Devel-Trace-Fork Search CPAN http://search.cpan.org/dist/Devel-Trace-Fork/ LICENSE AND COPYRIGHT Copyright (C) 2010, Marty O'Brien This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.