On Dec 23, 2004, at 11:27 PM, Adam Butler wrote:

For some reason, when I try to use the open() function to create a new file,
it doesn't work.

We can only guess why it doesn't work - but Perl can tell you for certain:


open(TEST, ">test.txt") or die "Could not open test.txt: $!";

sherm--

Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org



Reply via email to