Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    defined $parser->startrule("from ./foo")      or print "Bad text!\n";
    
    say Dumper(\%HASH);
    
  2. or download this
    18:38 >perl 505_SoPW.pl
    -->./foo<--
    ...
    
    
    18:51 >