Help for this page

Select Code to Download


  1. or download this
        > Software error:
        > Insecure dependency in open while running setgid
    
  2. or download this
        if ($data =~ /^([-\@\w.]+)$/) {
            $data = $1;                     # $data now untainted
        } else {
            die "Bad data in $data";        # log this somewhere
        }
    
  3. or download this
        > #By the way when I tried to use 
        > #$nameoffile=$query->param('nameoffile'); it returned the
        > #error "..param must be part of some structure..."
    
  4. or download this
        param('nameoffile')