Help for this page

Select Code to Download


  1. or download this
       use strict;
       use warnings;
    ...
       $cal->width('50%');
       $cal->border(10);   
       print $cal->as_HTML;
    
  2. or download this
        use strict;
        use warnings;
    ...
         $cal->item($_)->wrap_content(a({href => 'http://mysite/cal/index'
    +.$year.$month. $_ .".html"}));
      }
         print $cal->as_HTML;