Help for this page

Select Code to Download


  1. or download this
    if( $_file_name !~ /^(\s*)$/ ) {
    ...}
    
  2. or download this
        # Need binmode or Win32 systems will convert end-of-line chars
        binmode OUTPUT;
    ...
                last READ_FILE if ( $stats[7] > MAX_FILE_SIZE )
            }
        }