ソースを参照

Added basic security measures

Alois Mahdal (@azzgoat) 11 年 前
コミット
b1d11c4e26
共有1 個のファイルを変更した4 個の追加1 個の削除を含む
  1. 4
    1
      cgi-bin/hello_host.cgi

+ 4
- 1
cgi-bin/hello_host.cgi ファイルの表示

@@ -1,4 +1,7 @@
1
-#!/usr/bin/perl -w
1
+#!/usr/bin/perl -wT
2
+
3
+use strict;
4
+use warnings;
2 5
 
3 6
 use Sys::Hostname;
4 7