X-Git-Url: http://Server1/repobrowser/?p=kiriwrite%2F.git;a=blobdiff_plain;f=cgi-files%2Fkiriwrite.cgi;h=4f0fc6d5b1ab466cdd5162bfde3c014aa63667de;hp=bb13b10ccf457216f194404b5c931d09ada1f7a7;hb=0079f1504cf54bcd3955157235922a75318581f3;hpb=ae7ec57550d2ef5f947954c6cc4e06b4e27769b1 diff --git a/cgi-files/kiriwrite.cgi b/cgi-files/kiriwrite.cgi index bb13b10..4f0fc6d 100755 --- a/cgi-files/kiriwrite.cgi +++ b/cgi-files/kiriwrite.cgi @@ -24,10 +24,10 @@ use strict; # Throw errors if there's something wrong. use warnings; # Write warnings to the HTTP Server Log file. -use utf8 qw(); +use utf8; use CGI qw(header); use CGI::Carp('fatalsToBrowser'); # Output errors to the browser. -use Tie::IxHash qw(); +use Tie::IxHash; # Declare global variables for Kiriwrite settings and languages.