Help for this page

Select Code to Download


  1. or download this
    use Class::CGI
        handlers => {
    ...
            sales_date   => 'My::Date::Handler',
        };
    
  2. or download this
    package My::Date::Handler;
    
    ...
    }
    
    1;