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