in reply to •Re^3: How can I write Test::Finished?
in thread How can I write Test::Finished?
Also, since you control both parent and child, you could generate a random 'secret' string.
# probably as an END block or DESTROY method
The point is to not put that in an END block or DESTROY method so that it only gets printed when the tests run to completion.
- tye
|
|---|