Help for this page

Select Code to Download


  1. or download this
    sub setup {
            my $self = shift;
    ...
                    'mode3' => 'do_something_else'
            );
      }
    
  2. or download this
    if    ($cgi{rm} eq 'mode1') { do_stuff }
     elsif($cgi{rm} eq 'mode2') { do_more_stuff }
     ...