Help for this page

Select Code to Download


  1. or download this
    use My::Exception::Class (
        'My::Exception::BadInput' => {
    ...
    XYZ:
        print "OK";
        My::Exception::BadInput->throw(message => ABC::PACKAGE_CONSTANT);
    
  2. or download this
    Index: options.c
    ===================================================================
    ...
    +    def->parser_opts= parsePerlOption;
         return def;
     }