Help for this page
#!/usr/bin/perl use strict; ... my @matches = ( $term =~ /\"(.+)?\"\[MH\]/ ); print $_,"\n" foreach (@matches);