Yes I have read what you posted but I have to close the file after it's written. The file maybe referenced for hours until the person logs out.
Once the logout function is invoked then I am calling the unlink() function.
Something tells me that keeping a file open for that amount of time is...
Hello,
I've been running a bunch of rails tutorials trying to run ruby and I've always been successful when I created controllers using the ruby script/generate controller Trials. Then suddenly, when I do it in the ruby programming environment in my code branch, I get this routing error...
Ok - I was wrong - it's a permissions problem but when I add this chmod code after the file is created it still gives me a file permissions error when I try to delete it.
open (SESSION, ">$temp_file") || die("$! \n");
print SESSION join(":", @temp_array) . "\n" ;
close (SESSION);
unless(...
This is rather strange - I have a function that creates a temperary file in a directory and then a file that deletes the temperary file.
They both use the base path of:
D:/Websites/website_com/test/perl_scripts/test/temp/temp_dir/
and the file name would be appended to that path.
The...
At this point all these arguments are correct.
I really just want to find a solution for my own knowlege.
I have the time to learn why this isn't working.
Hello,
I'm trying to toggle some layers using the layer.style.display = block/ layer.style.display=none method and it works fine in ever browser except Mac Opera, Mac/Windows Netscape 4.
I know these browsers handle layers differently and I've tried to use this method w/ no effect...
Hello,
I have a site I'm working on and I'm trying to include an swf as part of the site design like this site does:
http://www.bonnaroo.com/2006/
If you notice this page when it loads, it loads the swf immediately w/out showing a white block before the swf loads.
My attempt, on the...
This works nicely.
the only thing is a security question:
My cgi-bin is a virtual directory that's located here:
D:/Websites/website_com/cgi-bin
the actual directory where the perl scripts are located is here:
D:/Websites/website_com/test/perl_scripts
The only way I can add the path to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.