in reply to Re: How to prevent database from listing/viewing?
in thread How to prevent database from listing/viewing?

If I put data outside the cgi-bin, I will need rewrite scipt, since it will looks data in'standard' place(i dont know how do this). What I have is index.html page placed in cgi-bin folder, it prevents from direct access to cgi-bin directory, but can no prevent from mentioned listing.
  • Comment on Re^2: How to prevent database from listing/viewing?

Replies are listed 'Best First'.
Re^3: How to prevent database from listing/viewing?
by trammell (Priest) on Dec 03, 2004 at 16:21 UTC
    Maybe I'm misunderstanding, but I'd expect the only line you'd have to change is:
    my $CSV_file = "/the/path/to/the/database.txt";
      Yes, I understand now, just one line.