Help for this page

Select Code to Download


  1. or download this
    my( $server1, $server2 )= @ARGV;
    
  2. or download this
    die "Usage: script.pl server1 server2" if @ARGV != 2;
    my ($server1, $server2) = @ARGV;