]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter.pl.in
Fixed a bug in CGI creation, method "update" now work ! :)
[helm.git] / helm / http_getter / http_getter.pl.in
index ec2814e4841460946f759521304c477cea01cfe8..0c1dacac52b8789220df401984f6730beef98d0e 100755 (executable)
@@ -97,7 +97,7 @@ while (my $c = $d->accept) {
         my $http_method = $r->method;
         my $http_path = $r->url->path;
         my $http_query = uri_unescape($r->url->query);
-        my $cgi = new CGI($http_query);
+        my $cgi = new CGI("$http_query");
 
        print "\nUnescaped query: ".$http_query."\n";