Help for this page

Select Code to Download


  1. or download this
    my %matches = %+;
    sub(\%matches);
    
  2. or download this
      DB<18> use Data::Dumper
    
    ...
                'c' => 'C'
              }
            ];
    
  3. or download this
      DB<22> sub func { my %matches = @_; say Dumper \%matches}
    
    ...
              'b' => 'B',
              'c' => 'C'
            };