Help for this page

Select Code to Download


  1. or download this
    #! perl
    use warnings;
    ...
        or die "PPI::Dumper->new failed: $!";
    
    $dumpr->print;
    
  2. or download this
    14:25 >perl 1688_SoPW.pl "print qq[Hello world!\n];"
    parse: >print qq[Hello world!\n];<
    ...
        PPI::Token::Structure       ';'
    
    14:25 >