foreach $dayworked (@workweek) { if($dayworked =~ /pointless tasks/) { $choice = eval($keepthisjob); } if($choice != 1) { exit; } }

Replies are listed 'Best First'.
Re: if you don't like it....
by zentara (Cardinal) on Apr 17, 2009 at 17:29 UTC