- or download this
use strict;
use warnings;
...
$test =~ /($references)/;
print "$1\n";
}
- or download this
(?^:\/unix\/path\/to\/folder\/is\/somewhere)
(?^:\/unix\/path\/to\/folder\/is\/herewith)
(?^:\/unix\/path\/to\/folder\/is\/here)
/unix/path/to/folder/is/herewith
/unix/path/to/folder/is/here
- or download this
(?^:\/unix\/path\/to\/folder\/is\/here)
(?^:\/unix\/path\/to\/folder\/is\/somewhere)
(?^:\/unix\/path\/to\/folder\/is\/herewith)
/unix/path/to/folder/is/here
/unix/path/to/folder/is/here