Help for this page

Select Code to Download


  1. or download this
      package My::Date::Handler;
    
      use My::Date;
    ...
      }
    
      1;
    
  2. or download this
      use Class::CGI
        handlers => {
          date => 'My::Date::Handler',
    ...
      my $cgi  = Class::CGI->new;
      my $date = $cgi->param('date');
      my $day  = $date->day;