use strict; use warnings; $|++; use Some::Module 'process_stuff'; print '.' while process_stuff();