Help for this page

Select Code to Download


  1. or download this
    open(OUTPUT,">>$outputFile");
    
  2. or download this
    $CGI::DISABLE_UPLOADS      = 0;          # Temporarily reenable up
    
  3. or download this
    if ( $stats[7] > MAX_FILE_SIZE || %errors ) {
      $errors{'file_size'} = ["","","Your submitted file's size is over 3M
    +B."];
    
  4. or download this
    if( $file_type =~ /octet-stream/ ) { 
      $errors{ 'file_type' } = ["","","Unrecognize your submitted resume f
    +ile format."];
      goto Print;
    }