Help for this page

Select Code to Download


  1. or download this
    my $re_foo = qr{
      ...
    ...
        return { %+ };
    }
    ...
    
  2. or download this
    my $re_foo = qr{
      ...
    ...
        return { type => $2, name2 => $1 };
    }
    ...