Help for this page
#!/usr/bin/perl -w use strict; ... _HELP }
%perl arg1.pl fred barney wilma First arg = fred Remaining = barney wilma
%perl arg1.pl fred,barney wilma First arg = fred Remaining = barney wilma