in reply to Re: Writing to a file which is external to cgi-bin directory
in thread Writing to a file which is external to cgi-bin directory

Thanks for the replies from ikegami - yes I have added the code - seek(OUT, 0, SEEK_END); - instead of constants. Yes jethro - the quiz file is two levels up and located at "..\..\Quiz"

After adding use strict; use warnings; as suggested by Old Gray Bear the error messege like - on unopened filehandle - appears.

So where do I go from here ?

  • Comment on Re^2: Writing to a file which is external to cgi-bin directory

Replies are listed 'Best First'.
Re^3: Writing to a file which is external to cgi-bin directory
by jethro (Monsignor) on Jul 22, 2009 at 08:47 UTC