Help for this page

Select Code to Download


  1. or download this
    my %options = (    show_reqs => checkbox(-name=>'show_reqids', -checke
    +d=>0, -value=>'ON', -label=>'Show requirement IDs?'),
            date       => "<b>Created: </b>" . radio_group(-name=>'bef_sin
    +ce', -values=>['before', 'since'], -default=>'none',
    ...
                    textfield(-name=>'date', -size=>10, -maxlength=>10),
            req_type  => "<b>Requirement Type</b> (e.g. BRQ): " . textfiel
    +d(-name=>'reqtype', -size=>5, -maxlength=>5),
    );
    
  2. or download this
    my %report_types = (    0 => {name => "Report One",
                    opts => ['show_reqs', 'date'], coderef => \&report_typ
    +e_two},
                1 => {name => "Report Two",
                    opts => ['show_reqs', 'req_type', 'date'], coderef => 
    +\&report_type_three},
    );
    
  3. or download this
    #!c:/perl/bin/perl.exe -T
    
    ...
    }
    
    print end_html;