Help for this page
#!/usr/bin/perl ... print "These are the list of parameters:\n<@ARGV>\n"; __END__
$ ReadAPipe3.pl This was read from the pipe: ... These are the list of parameters: <1 2 3>