blob: 0c4a07276ee39424a8fe8a7f44a3266583143eba [file] [log] [blame]
#!perl
my($r, @args) = @_;
for (@args) {
print "$_\n";
}