surya has asked for the wisdom of the Perl Monks concerning the following question:
Im using Devel::cycle for finding leakage but i did not get the STDOUT statements(output) as it said in the description in cpan .Do i have to include any perl_mod for that to get output and also tell me where it will get print if i use STDOUT .
my ($contact) = Denali::Contact->find(contact_id => 1);
print STDOUT find_cycle($contact);
but i did not get any output and i dono where to check please help urgently needed . Thanks in Advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to use STDOUT in Devel::Cycle
by toolic (Bishop) on Oct 10, 2007 at 13:43 UTC |