print appended , to the extra data
This commit is contained in:
parent
d60cc72ac4
commit
c68af8819f
|
@ -105,7 +105,7 @@ print "done sending files.\n";
|
||||||
|
|
||||||
print "sending " ;
|
print "sending " ;
|
||||||
print @ARGV;
|
print @ARGV;
|
||||||
print "\n";
|
print ",\n";
|
||||||
|
|
||||||
$ob->write(@ARGV);
|
$ob->write(@ARGV);
|
||||||
$ob->write(',');
|
$ob->write(',');
|
||||||
|
|
Loading…
Reference in a new issue