Help for this page

Select Code to Download


  1. or download this
    if (`ping -c 1 my.test.com` =~ /1 recieved/) {
       print "Alive!\n";
    ...
    else {
       print "Dead\n";
    }
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.