Help for this page

Select Code to Download


  1. or download this
    return <<END;
    \tperl -e 'open(IN, "<" , "$tmpl"); open(OUT, ">", "$config"); while(<
    +IN>) { print OUT $_; } close(IN); close(OUT);'
    END