Query: go::basic
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)