Help for this page

Select Code to Download


  1. or download this
    sub parseAny
    {
    ...
            : ${$c} =~ m/ \G null            /ixms ? 'parseNull(     $c, $
    +objnum, $gennum)'
            : die "Unrecognized type in parseAny\n";
    }
    
  2. or download this
    sub parseAny_token
    {
    ...
       }
       ...
    }