Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    my $status = mship::accepts_conn('xxx.19.208.27', '9101') ? "Up" : "Do
    +wn";
    print("Status: $status\n");