Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
            $node->{$op}=[parse($regex,$before),parse($regex,$after)];
            return $node;
    }
    
  2. or download this
    5+4*3&&COND||COND2||COND3&&ANOTHER
    
  3. or download this
    {
      '&&' => [
    ...
                'ANOTHER'
              ]
    }