Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use diagnostics;
    ...
            next PARSE;
        }
    }
    
  2. or download this
    while ( my $token = $stream->get_token ) {
        if(
    ...
            print $token->as_is if $token->is_text;
        }
    }