my @data = ; while( $data[0] =~ /\S/ ) { shift @data; } print @data;