From 94b31e0b3b5b31f9156212eecfe8cc5984fddc13 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 17 Sep 2014 19:21:47 +0000 Subject: strict mode is very usefull!! 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"; -- cgit v0.10.2