https://github.com/genome/genome
Raw File
Tip revision: 4a8f2a0fa162e98e681bd3a13576c8bae5a41280 authored by Thomas B. Mooney on 09 February 2018, 23:14:37 UTC
Merge pull request #1827 from tmooney/somval_identifydnp
Tip revision: 4a8f2a0
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