On Tue, 21 Jan 2003, Jeff Pelkey wrote: > I just moved up to IIS 5.0 on a Win2K machine and I am having problems > running using H:T:Expr. I am currently running H:T v2.6 and H:T:E v.04. > The code is the same except for adding "::Expr" then the code gives a > "Cannot find server or DNS Error" message.
You need to look in your server error logs and find out what the real Perl error is. Or you could use CGI::Carp to show Perl error messages in the browser: use CGI::Carp qw(fatalsToBrowser); My guess is that HTML::Template::Expr is failing to load for some reason, but without seeing the error message itself it's impossible to know. -sam ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Html-template-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/html-template-users
