Skip to content

Commit

Permalink
Made unix-socket-script compatible to old versions of IO::Socket::UNIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Kramer committed Sep 29, 2008
1 parent 2d15ad7 commit 89da837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/unix.pl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

die "Failed to create socket. $!.\n" unless $socket;

$socket->say("@ARGV\n") or die("Failed to send command. $!.\n");
$socket->print("@ARGV\n") or die("Failed to send command. $!.\n");

my $reply = $socket->getline;

Expand Down

0 comments on commit 89da837

Please sign in to comment.