logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GO::Basic - basic procedural interface to go-perl

Description

perl v5.36.0                                       2023-12-18                                     GO::Basic(3pm)

Name

         GO::Basic     - basic procedural interface to go-perl

Synopsis

         use GO::Basic;
         parse_obo(shift @ARGV);
         find_term(name=>"cytosol");
         print $term->acc();                 # OO usage
         print acc();                        # procedural usage
         get_parent;
         print name();

See Also