Where are the perl4 and perl5 interpreters?
You may find perl4 at /usr/local/bin/perl. Perl5 is at /usr/local/bin/perl5. • Q 7.3. I am sure that my id is on the list of ids allowed to use the cgi-wrapper, howwever when I try to run a simple perl program I receive the following error: CGIwrap Error: System Error: execv() failed, Error: No such file or directory (2) It is very likely that you do not have the correct location for the perl interpreter in the first line of your perl program The first line of your perl program should contain one of the following lines of text: • #!/usr/local/bin/perl • #!