Is there a slick way to get just the a-z{3} chars from this?
my @eFILES = grep { (!/^\./) && (/^env\.[a-z]{3}$/) && (!/^env\.fix$/) +&& -f "$LIBDIR/$_" } readdir(LDIR);
Or do I need to put it thru a loop to remove "env." Thanx
In reply to grep & take part of match by Saved
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |