Help for this page

Select Code to Download


  1. or download this
    my $regex = sub { qr/@_/ }->(
        join '|',
    ...
        sort { length $b <=> length $a }
        @values);
    print "$regex\n";