while( still_running() ){ do_whatever_you_want($file...) if that_is_what_you_want(); } sub do_whatever_you_want { my $twig ... anything you want }