in reply to Re^5: Writing tests when you don't know what the output should be
in thread Writing tests when you don't know what the output should be
One other question about your example if I might impose. That second to last line has me scratching my head. The grep $0 is nothing I'm familiar with and the regex has me baffled as well. Thanks!
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Writing tests when you don't know what the output should be
by choroba (Cardinal) on May 19, 2016 at 15:57 UTC |