Help for this page

Select Code to Download


  1. or download this
        radio_group(-name=>['add_remove'],
                -values=>['Add','Remove'],
                -default=>'Add',
                -labels=>\%labels),p,
    
  2. or download this
    "Rule: ",em(param('add_remove')),p,
    
  3. or download this
    #!/usr/bin/perl -w
    use CGI qw/:standard/;
    ...
    print end_html;