>> On Mon, 10 Apr 2006 15:59:21, Greg London said: > Is there a way to close all open files in the middle of executing > a script? even if the files were opened somewhere else? POSIX::close will take a FD number, so you could use that to close every FD >= 3.
-- Chris Ball <[EMAIL PROTECTED]> <http://blog.printf.net/> _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

