Help for this page
while( shift @array ) { some_operation $_; }
foreach( @array ) { some_function $_; }