Help for this page

Select Code to Download


  1. or download this
    my $one = qr{      one (?<one> \d+ ) }xi;
    my $two = qr{ $one two (?<two> \d+ ) }xi;
    ...
      three => 7,
      two   => 8,
    }