my $count = 1; my $size = @list; foreach( @list ) { # DO STUFF $data->{IS_LAST} = $count == $size ? 1 : 0; $count++; }