Hello! I have two problems: (1) I'm using Linux and I created directories using the following code: mkdir("/data/homewww/../balginst", 0755) or die The directories are being created. The problem is, when I try to open the directory for writing, I get the message No permission.
(2) $path="/data/homewww/../balginst/Bilder"; open(DIR, ">$path.$fname") or die binmode(DIR); The code writes data in the directory balginst and always writes Bilder and Bilder.$fname. When I write $path/$fname, I get an error message Is a directory. What am I doing wrong? Thanks Collette. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]