in reply to
Error Handling/Debugging in Perl
print
is your friend, you can print to a file for logging
perldebug
is a good friend indeed
Data::Dumper
can tell you what your variables have eaten
--
seek $her, $from, $everywhere if exists $true{love};
Comment on
Re: Error Handling/Debugging in Perl
Download
Code
In Section
Seekers of Perl Wisdom