Help for this page

Select Code to Download


  1. or download this
        my ($untained_file) = $name =~ /^(\w+)$/ or die "bad filename: $na
    +me";
        open (FILE,">c:/apache/htdocs/directory/tmpl/$untained_file.tmpl")
    +;
            print FILE $content;
        close(FILE);
    
  2. or download this
    print FILE $content;