Help for this page

Select Code to Download


  1. or download this
    write_xml_content($key_file, $source_file_for{$key_file}, $out_fh, ' '
    + x 4);
    
  2. or download this
    open my $in_fh, '<', $source_file_for{$key_file};
    write_xml_content($key_file, $in_fh, $out_fh, ' ' x 4);
    close $in_fh;