in reply to Re^2: Interactivity in tests - done correctly?in thread Interactivity in tests - done correctly?
perl ....PL --promptme if( $promptme ){ ...prompt(... } # OR if( $ENV{prompt_me_big_boy} ){ ...prompt(... } [download]