Help for this page

Select Code to Download


  1. or download this
    my $count;
    my %params = map { ++$count % 2 ? lc : $_ } $raw =~ /(\S+)\s*=\s*(\S+)
    +/g;
    
  2. or download this
    my %params = map { ++$. % 2 ? lc : $_ } $raw =~ /(\S+)\s*=\s*(\S+)/g;
    
  3. or download this
    .