sub Print{ my $string = shift(); print STDOUT "$string\n"; } #### print STDOUT "Batch Router - the batch router configurator\n"; print STDOUT "\n"; print STDOUT "List of options and their functions:\n"; #### Print "Batch Router - the batch router configurator"; Print(); #Empty line Print "List of options and their functions:";