summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/menu-format/menu-format-general/build-spec/orig/pargs
blob: 5a0017c4ef8e0860f6967993d0b94bd0727d1b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/perl

use strict;
use warnings;

print join("\n", @ARGV), "\n";
exit 0;

=head1 NAME

pargs - print arguments (similar to echo)

=head1 SYNOPSIS

pargs [...]

=head1 DESCRIPTION

Prints all arguments separated by newlines.

=cut