in reply to Perl 500 error

Yes the program I posted was just a test program there is the head of the program i'm working with now.
[root@chelsea /]# head /var/www/vhosts/domain.com/subdomains/secure/c +gi-bin/hrs/step1.pl #!/usr/bin/perl -w use strict; use CGI; use CGI::Carp qw { fatalsToBrowser set_message}; use DBI; use Mysql::Statement qw {fetchhash}; use HTML::Template; use lib './'; use HRS; use Data::Dumper;

Replies are listed 'Best First'.
Re^2: Perl 500 error
by Anonymous Monk on Aug 11, 2014 at 16:50 UTC

    Please post the output of this CGI script both from the browser as well as when executed via perl whatever.cgi from the command line.