Help for this page

Select Code to Download


  1. or download this
    good => [ 'ID3' ],
    hello => [ 'ID1', 'ID3', 'ID2' ],
    goodbye => [ 'ID1' ],
    where => [ 'ID1' ]
    
  2. or download this
    use strict;
    use warnings;
    
    ...
        print "'$mystr' in $id matches @matches\n";
      }
    }
    
  3. or download this
    'hello' in ID1 matches ID3 ID2
    'good' in 1D2 matches ID3