while( shift @array ) { some_operation $_; } #### foreach( @array ) { some_function $_; }