pjnet has asked for the wisdom of the Perl Monks concerning the following question:
print "::::::::::::: threads\n"; require Data::Dumper; my $d = Data::Dumper->new([threads->list()]); $d->Indent(1); print $d->Dump; print "::::::::::::: /threads\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Daemon memory leak problem
by zentara (Cardinal) on Aug 04, 2006 at 15:57 UTC | |
by pjnet (Novice) on Aug 04, 2006 at 18:00 UTC | |
|
Re: Net::Daemon memory leak problem
by andyford (Curate) on Aug 04, 2006 at 16:07 UTC | |
by pjnet (Novice) on Aug 04, 2006 at 18:03 UTC | |
by perrin (Chancellor) on Aug 04, 2006 at 18:48 UTC |