summaryrefslogtreecommitdiff
path: root/kontakt.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'kontakt.cgi')
-rwxr-xr-xkontakt.cgi7
1 files changed, 6 insertions, 1 deletions
diff --git a/kontakt.cgi b/kontakt.cgi
index 62696d0..236a6a1 100755
--- a/kontakt.cgi
+++ b/kontakt.cgi
@@ -1,4 +1,7 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
+
+use strict;
+use warnings;
use CGI::FormBuilder;
@@ -129,3 +132,5 @@ if ($form->submitted) {
template => $req_path
);
}
+
+1;