Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Batch Router

by krisahoch (Deacon)
on Aug 07, 2003 at 21:10 UTC ( [id://282033]=note: print w/replies, xml ) Need Help??

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:";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://282033]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-24 01:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found