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