Help for this page

Select Code to Download


  1. or download this
        {...}
    
    ...
        
        {...}
    
  2. or download this
        -- client code --
        {...}
    ...
        sub generic_function_X {
            return (old_parser_function_X (@_));
        }
    
  3. or download this
        -- new wrapper --
        
    ...
            }
            return ($result);
        }