Help for this page

Select Code to Download


  1. or download this
    sub extract_file {
        my( $file_ref ) = @_;
    ...
        }
        return;
    }
    
  2. or download this
    my @files = get_xml_files() or die "No XML files to process";