$scalar_to_remove = 'unique_string'; @array = grep({$_ ne $scalar_to_remove} @array);