Help for this page
Phase: 0x7d10 Strength: 31 Secondary Sector Information: Slot 1: Keep: 1 -
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;