Help for this page

Select Code to Download


  1. or download this
    my $action = $query->param('ACTION');
    
    ...
    {
     $action = 'default';
    }
    
  2. or download this
    if($action eq 'delete')
    {
    ...
      # do other stuff
     }
    }