- or download this
if ( $abbr =~ s/([123][sdp])// ) {
push(@abbr, $1);
$abbr =~ s/\s//g;
};
- or download this
if ( $file[$i] =~ m/(\\gll|\\ag\.|\\bg\.|\\cg\.|\\dg\.|\\eg\.|\\fg\.|\
+\exg\.|\\exg)/ )
- or download this
if ( $file[$i] =~ /(\\(?:gll|[abcdef]g\.|exg\.?))/ )