Method print_tandem Class G::Seq::Tandem Function Prints results of find_tandem Description By recieving the returns from find_tandem and foreach_tandem, this method outputs the results. It can not be used for other returns. Requirements modules SubOopt.pm applications none data none Parameters essential first pointer TANDEM struct of tandem option print boolean [y or n] default="n" filename string filename default="tandem.csv" Returns none Usage &print_tandem(pointer TANDEM, -print=>'n', -filename=>'tandem.csv'); Input file none Output file csv file in text format. References none Comments none Authors This method was written by Koya Mori(mory@g-language.org) at Institute for Advanced Biosciences Keio Univ. History Written 29 June 2001 - Koya Mori