Help for this page

Select Code to Download


  1. or download this
    @$default{ keys %$config } = values %$config;
    
  2. or download this
    my @ids = keys %$config;
    @$default{ @ids } = @$config{ @ids };