Oops error message was not valid (still using : rather than |)

This commit is contained in:
François Serman 2013-04-12 22:21:57 +00:00
parent 90c6cf1d29
commit 83a6eae4bc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ my $line = <>;
my $nb = int(rand(42));
if ($nb % 2 == 0) {
print "Error message here::\n";
print "Error message here||\n";
} else {
print "Ok|127.0.0.1:4242|localhost:4242\n";
my ($action,$login,$pass,$uid) = split /|/, $line;