foreach ( @array ) { print $_ unless ( $_ eq "DontPrintMe" ); }