my $temp_string = "put stuff here...\n\t...\n"; my $char_count = 0; $char_count++ while $temp_string =~ m/\S/g;