Help for this page

Select Code to Download


  1. or download this
    while( <SMRT> ){
            chomp;
            next unless /Power_On_Hours(.*)/i;
    ...
            @time = split(' ',$hours);
            print "Power on hours = $time[7]\n";
    }