Help for this page

Select Code to Download


  1. or download this
    my ($earliest) = $str =~ /(\Q$first\E|\Q$second\E)/;
    print( "$earliest\n" ) if defined( $earliest );