https://github.com/genome/genome
Raw File
Tip revision: 513b692d808940ac5d1632cb665bfd94e7a12042 authored by Avinash Ramu on 27 July 2015, 15:02:51 UTC
Merge pull request #849 from gatoravi/loh_plot_update
Tip revision: 513b692
genome-re.pl
#!/usr/bin/env genome-perl

=head1 NAME

re.pl - a modern Perl interactive shell

=head1 DESCRIPTION

See the Devel::REPL man page

=cut

use Devel::REPL::Script 'run';
back to top