Help for this page

Select Code to Download


  1. or download this
        > ### I discovered that after this line of code,
        > ### it either closes the file or redirects the 
        > ### file descriptor.
    
  2. or download this
        print "Before: ", fileno(F), "\n";
    
        ....
    
        print "After: ", fileno(F), "\n";