Help for this page

Select Code to Download


  1. or download this
    use v5.8.0;  # or higher  # For $^N
    
    ...
    
       (?{ @rv = @temp_rv })
    /x;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    my $rv = $parser->parse($text)
       or die("Bad text\n");