5 use CXGN
::Page
::FormattingHelpers qw
/ page_title_html info_section_html /;
7 my $page = CXGN
::Page
->new("SGN software downloads", "Lukas");
9 my $title = page_title_html
("Download SGN software",);
11 $page->header("Downloads", $title);
15 $contents .= info_section_html
(title
=>"SGN Comparative Viewer", contents
=><<CVIEW);
17 The SGN Comparative Viewer Application. <br /><br />
18 Download [<a href="ftp://ftp.sgn.cornell.edu/programs/cview/">FTP</a>]
22 $contents .= info_section_html
(title
=>"PerlCyc", contents
=><<PERLCYC);
24 PerlCyc is a Perl interface for <a href="http://bioinformatics.ai.sri.com/ptools/">Pathway Tools software</a>. It allows internal Pathway Tools Lisp functions to be accessed through Perl. <a href="perlcyc.pl">More...</a><br /><br />
26 Download [<a href="ftp://ftp.sgn.cornell.edu/programs/perlcyc/">FTP</a>]
31 $contents .= info_section_html
(title
=>"JavaCyc", contents
=><<JAVACYC);
33 JavaCyc is a Java interface for Pathway Tools software. It allows internal Pathway Tools Lisp function to be accessed through Java.<br /><br />
35 Download [<a href="ftp://ftp.sgn.cornell.edu/programs/javacyc/">FTP</a>]