Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings; 
    ...
    $VAR1 = {
              'dirs' => 1
            };
    
  2. or download this
    dir : 'hello'
         | 'world'
    
  3. or download this
    
    -->hello world<-- 
    $VAR1 = {
              'dirs' => 2
            };
    
  4. or download this
    
    
              print "-->@{$item{'dir(s)'}}<-- \n";
    $main::HASH{dirs} = @{$item{'dir(s)'}};
    
  5. or download this
    use strict; 
    use warnings; 
    ...
                        ]
            };
    
  6. or download this
    my $grammar = <<'END_OF_GRAMMAR';
        
    ...
    
    --output:--
    (blank)
    
  7. or download this
    my $grammar = <<'END_OF_GRAMMAR';
        
    ...
        }
    
    ...
    
  8. or download this
      my $grammar = <<'END_OF_GRAMMAR';
        
    ...
    --output:--
    Unknown starting rule (Parse::RecDescent::namespace000001::startrule) 
    +called
     at 3.pl line 76.
    
  9. or download this
    my $grammar = <<'END_OF_GRAMMAR';
        
    ...
    --output:--
    -->./hello<--
    -->hello/world<--
    
  10. or download this
    use strict; 
    use warnings; 
    ...
                               ]
            };