in reply to
How to test Perl Code
If you mean unit testing OO style,
Test::Unit
might be what you're looking for. It's a perl version of JUnit.
Hope that helps
Comment on
Re: How to test Perl Code
Replies are listed 'Best First'.
Re^2: How to test Perl Code
by
LittleMonk24
(Initiate)
on Oct 24, 2013 at 09:00 UTC
Thank you very much
[reply]
In Section
Seekers of Perl Wisdom