- or download this
use strict;
...
if ($stuff =~ m/(\w+ \w+)\nPANE/) {
print $1;
} ;
- or download this
abcddeds. name name pane pane date
- or download this
use strict;
...
/ix #"i" makes it case insensitive x makes it s
+o
#i can add comments
) { print $1; }