Help for this page

Select Code to Download


  1. or download this
    my %options = (    
                    show_reqs    => checkbox( -name    => 'show_reqids', 
    ...
                            coderef => \&report_type_three},
    );
    
  2. or download this
    my %options = (    
                    show_reqs    => sub { my $report = shift;
    ...
                                   }
                   );
    print $options{$option}->($report), "\n";