Help for this page
use strict; use warnings; ... my $pos_fan = rindex($str, "FAN", $pos); print substr($str, $pos_fan + 3, 3) . "\n";
ABC