Help for this page

Select Code to Download


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