From: Jan Michel Date: Thu, 17 Oct 2013 17:15:41 +0000 (+0200) Subject: bugfix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2dab2112bfa9cd3b234eba61f87ea11975a4cad1;p=daqtools.git bugfix --- diff --git a/xml-db/get.pl b/xml-db/get.pl index 2aefc61..4b07756 100755 --- a/xml-db/get.pl +++ b/xml-db/get.pl @@ -3,7 +3,7 @@ use HADES::TrbNet; use Storable qw(lock_retrieve); use feature "switch"; -CGI::Carp qw(fatalsToBrowser); +use CGI::Carp qw(fatalsToBrowser); use if (!defined $ENV{'QUERY_STRING'}), warnings; use if (!defined $ENV{'QUERY_STRING'}), Pod::Usage; use if (!defined $ENV{'QUERY_STRING'}), Text::TabularDisplay;