GO::Basic(3pm) User Contributed Perl Documentation GO::Basic(3pm)NAMEGO::Basic - basic procedural interface to go-perlSYNOPSISuse GO::Basic; parse_obo(shift @ARGV); find_term(name=>"cytosol"); print $term->acc(); # OO usage print acc(); # procedural usage get_parent; print name();DESCRIPTIONperl v5.14.2 2010-05-12 GO::Basic(3pm)