while (){ @items = split /,/; # do something with @items } #### foreach ( @lines ){ # split in here }