Help for this page

Select Code to Download


  1. or download this
    foreach (keys %{$ref_cookie}) {
      push(@{$self->{cookies}}, {$_=~s/^-//}, $ref_cookie->{$_}});
    }
    
  2. or download this
    -foo => 'food',
    bar  => 'barl'
    
  3. or download this
      push @{$self->{cookies}}, /^-?(.*)/, $ref_cookie->{$_};