in reply to Re: Test automation
in thread Testing a .pl script
Also,suppose i change my code to:local *should_stop = sub { return 1; }; require ('wrong_settings_detection.pl');
Can i export the package into my test.pl ???package X; sub func1 {....} sub func2 {....} until (should_stop()){...}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Test automation
by Corion (Patriarch) on Jul 01, 2015 at 14:41 UTC |