while ( my $token = $p->get_token ) { # the following would skip
, but not next if $token->is_valid_tag; print $token->return_text; }