Help for this page

Select Code to Download


  1. or download this
    s/%tag%/$value/g if defined $value;
    
  2. or download this
    $hash = {key1 => 'value', key2 => 'value'};
    ...
    foreach my $key (keys %$hash) {
        s/%$key%/$hash->{$key}/eg;
    }