Help for this page
sub myFunction { my ($first, $second, $third) = @_; .....code..... }
use Getopt::Long; my $HELP; ... 'host|hostname|H=s' => \$HOSTNAME ); }