while( 1 ) { print '> '; chomp( $cmd = ); &do_stuff( $cmd ); }