- or download this
cc => sub { "this is an amazingly long string" =~ /\s([^l]*)l/ },
ds => sub { "this is an amazingly long string" =~ /\s(.*?)l/ },
- or download this
#!/usr/bin/perl -w
use strict;
...
negated CC:
abc => 123
def => 456
- or download this
[1] well 'any character' except a newline, unless /s