print appended , to the extra data

This commit is contained in:
Mariano Alvira 2009-05-09 14:53:27 -04:00
parent d60cc72ac4
commit c68af8819f

View File

@ -105,7 +105,7 @@ print "done sending files.\n";
print "sending " ;
print @ARGV;
print "\n";
print ",\n";
$ob->write(@ARGV);
$ob->write(',');