Help for this page

Select Code to Download


  1. or download this
    foreach (keys %global_variables) {
       $content =~ s/\$\($_\)/$global_variables{$_}/g;
    }
    
  2. or download this
    $content =~ s/\n/\n$indent /g;
    
  3. or download this
    $text =~ s/\n.*/ [more\.\.\.]/s;