Help for this page

Select Code to Download


  1. or download this
    use String::Interpolate qw(safe_interpolate);
    
    ...
    
    $line =~ s/$key/safe_interpolate($fsr_hash{$key})/e;