Help for this page

Select Code to Download


  1. or download this
    autoEscape(undef);
    print radio_group (-name => "item",
    ...
                                  },
                       -linebreak => 1);
    autoEscape(1);
    
  2. or download this
    use CGI qw/:standard autoEscape/;