in reply to File Not Found

This question is ill-constrained and likely off-topic - see How (Not) To Ask A Question. I suspect that you have not set the file permissions on those files properly. If so, this is a server/OS issue, not a Perl/CGI issue. On *NIX, use the OS command ls -l to compare file permissions and chmod and chown to make sure the new files' permissions match the old.

Replies are listed 'Best First'.
Re^2: File Not Found
by Illuminatus (Curate) on Mar 20, 2009 at 16:45 UTC
    I concur, based on your scanty information. If you are sure that this is not the problem, you will need to provide a code snippet that demonstrates the problem.