print appended , to the extra data
This commit is contained in:
parent
d60cc72ac4
commit
c68af8819f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue