Help for this page

Select Code to Download


  1. or download this
    use strict;
    #use mship;
    ...
        my $stats= rand() > 0.5 ? "Up" : "Down";
        $text->insert( 'end', "$remote_name is $stats\n");
    }
    
  2. or download this
    use strict;
    #use mship;
    ...
        my $stats= rand() > 0.5 ? "Up" : "Down";
        $text->insert( 'end', "$remote_name is $stats\n");
    }