Help for this page

Select Code to Download


  1. or download this
    read in a mapping table
    read in an input file;
    replace some variable names with new ones (regex);
    write it to an input file;
    
  2. or download this
    
    open(MAP, "<$new_name_map_file");
    ...
    close(IN);
    clse(OUT);