Help for this page
my $action = $query->param('ACTION'); ... { $action = 'default'; }
if($action eq 'delete') { ... # do other stuff } }