Knowledge Base

We are not offering 24/7 telephone support at this time, please open a Support Ticket

  • knowledgebase
  • announcements
Search

Most Popular
Recently Added
Recently Updated

Debugging Perl script 500 Internal Server Error

  1. Make sure the first line of the script which contains the path to Perl is correct: #!/usr/bin/perl -w
  2. for further debugging, add these lines after the path to perl use strict; use warnings; #redirect errors to web page use CGI::Carp qw(fatalsToBrowser);

More details at: Perl101 or Mastering Perl


Properties ID: 000271   Views: 4335   Updated: 13 years ago
Filed under:
Support » Web Site » Web Hosting » Perl Tips

For news and system status updates, check: status.his.com

Check our Knowledge Base for How-To tips and answers to common questions.

We are not offering 24/7 telephone support at this time, please open a Support Ticket