Help for this page

Select Code to Download


  1. or download this
    foreach (@files) {
    print "<br> Delete this File: <INPUT TYPE=\"checkbox\" NAME=\"files\" 
    +VALUE=\"$_\">\n";
    }
    
  2. or download this
    foreach ($query->param('files')){
    unlink($_);
    }