Leser: 22
print $mesg->count . " entries found\n" <HIER> exit unless $mesg->count;
print ( $mesg->count() ? $mesg->count() . " e found\n" : exit(0) );
exit unless $mesg->count() and print $mesg->count() . " entries found\n"
print $mesg->count . " entries found\n" and exit unless $mesg->count;
print $mesg->count . " entries found\n" <HIER> exit unless $mesg->count;
$meinwert && machdies() || machdas();
2009-12-23T14:05:01 GwenDragon[...]Code (perl): (dl )print $mesg->count . " entries found\n" and exit unless $mesg->count;
print($mesg->count . " entries found\n"), exit unless $mesg->count;
print $mesg->count . " entries found\n" and exit unless $mesg->count;
print $mesg->count . " entries found\n" ,exit unless $mesg->count;
print $mesg->count . " entries found\n" . exit unless $mesg->count;
print 1,2,3
print 1 and print 2 and print 3