NAME

IX::Data - functions to export tabular data over the web


SYNOPSIS

  use IX::Data;
  ...
  IX::Data::printTable(
     data => \@array_of_hashrefs,
  );    
  
  IX::Data::downloadTabDelim(
     data     => \@array_of_hashrefs,
         filename => 'something',  # '.txt' will be appeneded
  );


REQUIREMENTS

IX::Data requirements here soon...


DESCRIPTION

IX::Data description here soon...


AUTHORS

Written and maintained by Marcus Del Greco (marcus@mindmined.com)