diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-17 19:21:47 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-17 19:21:47 (GMT) |
commit | 94b31e0b3b5b31f9156212eecfe8cc5984fddc13 (patch) | |
tree | 774f1d851319140be56093eb85381c6a157a53d8 | |
parent | ba65a6d43bfcc5722b345fde0dcd27c78e46c1c9 (diff) |
strict mode is very usefull!!
-rwxr-xr-x | authtoken.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/authtoken.json b/authtoken.json index 7112b43..4252d93 100755 --- a/authtoken.json +++ b/authtoken.json @@ -1,5 +1,8 @@ #!/usr/bin/perl +use strict; +use warnings; + print "Content-type: application/json\n\n"; print "{\n"; |