Help for this page

Select Code to Download


  1. or download this
    navigate.pl?task=dsp
    
  2. or download this
    my $q = new CGI;
    SWTC: {
      $q->param('task') eq 'dsp' and do { dsp() last SWTC; };
      $q->param('task') eq 'other' and do { other() last SWTC; };
    };