Help for this page

Select Code to Download


  1. or download this
    $puser = $query->param("p_usr");
  2. or download this
    foreach $key (sort {$a <=> $b} $query->param()) {
    next if ($key =~ /^\s*$/);
    next if ($query->param($key) =~ /^\s*$/);
    next if ($key !~ /^filetoupload_(\d+)$/);
    $Number = $1;