Index: trunk/pstamp/scripts/pstamp_webrequest.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_webrequest.pl	(revision 16359)
+++ trunk/pstamp/scripts/pstamp_webrequest.pl	(revision 16764)
@@ -69,5 +69,5 @@
         run(command => $command, verbose => $verbosity);
     unless ($success) {
-        print STDERR "@$stderr_buf\n";
+        print STDERR @$stderr_buf;
         die("Unable to perform pstamprequest: $error_code");
     }
@@ -87,5 +87,5 @@
     }
     ### print "Matching Images:\n";
-    print "@$stdout_buf";
+    print @$stdout_buf;
     exit 0;
 }
@@ -99,5 +99,5 @@
         run(command => $command, verbose => $verbosity);
     unless ($success) {
-        print STDERR "@$stderr_buf\n";
+        print STDERR @$stderr_buf;
         die("Unable to perform pstamptool -addreq: $error_code");
     }
@@ -111,5 +111,5 @@
         run(command => $command, verbose => $verbosity);
     unless ($success) {
-        print STDERR "@$stderr_buf\n";
+        print STDERR @$stderr_buf;
         die("Unable to perform pstamparser_run -addreq: $error_code");
     }
