Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File permissions for temp files 1

Status
Not open for further replies.

ITadvice

IS-IT--Management
Jul 22, 2008
38
0
0
US
I am using File::Temp to create temp files. The data is not being written to the file. The program creates the file but the file is empty. Could this be because of file permissions? If so, how do I change the permissions for temp files?
 
See the modules documentation and turn on DEBUG mode and see if it helps you determine the problem.

$File::Temp::DEBUG = 1;

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top