MySQL Forums
Forum List  »  Perl

simple requires not being found IIS
Posted by: clem c rock
Date: November 14, 2006 04:24PM

Hello,

I'm trying to migrate a Perl site from a linux server to IIS. Everytime I try to require another perl script I get an error that the file cannot be found.

Even when the file is in the same directory - the same error still comes up:

 
#!/usr/bin/perl  
use CGI::Carp "fatalsToBrowser";  
use CGI ":all"; use MD5; use strict;  
use CGI qw(:standard);  
 
print "Content-type:text/html\n\n";  
 
 
require "common_functions.pl";


What could I be missing here?

Options: ReplyQuote


Subject
Written By
Posted
simple requires not being found IIS
November 14, 2006 04:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.