Help for this page

Select Code to Download


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