NAME

App::Reorder::TSV - Reorder columns of TSV file by template

VERSION

version 0.1.1

FUNCTIONS

reorder

Usage       : reorder( { tsv => $tsv, template => $template } )
Purpose     : Reorder columns of TSV file by template
Returns     : undef
Parameters  : Hashref {
                  tsv      => String (the input TSV file)
                  template => String (the template TSV file)
                  fh       => Filehandle or undef (output filehandle)
              }
Throws      : If TSV or template arguments are missing or don't exist
Comments    : None

AUTHOR

Ian Sealy <cpan@iansealy.com>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 by Ian Sealy <cpan@iansealy.com>.

This is free software, licensed under:

The GNU General Public License, Version 3, June 2007