Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $pos_fan = rindex($str, "FAN", $pos);
    print substr($str, $pos_fan + 3, 3) . "\n";
    
  2. or download this
    ABC