Help for this page
sub test { $_[0]= 'foo'; } while( 1 ) { test(); }
sub test { $_[0]= 'foo'; } ... } sleep( 1 ); }