Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    # Program to connect to a server (set HOST and PORT below)
    ...
    print "$0 : done send $num_cmds commands in ".(time-$time_started)." s
    +.\n";
    
    exit(0);