Help for this page

Select Code to Download


  1. or download this
    Phase: 0x7d10  Strength: 31
    Secondary Sector Information:
    Slot 1:   Keep: 1    -
    
  2. or download this
    map {
        if ( $_ =~ m/Keep:\s*(\d+)\s*(Phase|offset):\s*([xabcdef\d]+)\s*St
    +rength:\s*(\d+)/ ) {
            print "Keep:${1} - ${2}:${3} - Strength:${4}\n";
        }
    } split /\r\n|\n/, $line;