{local $/ = "DELIMITER"; while( ){ do_this(); do_that(); do_the_other(); } }