https://github.com/genome/genome
Raw File
Tip revision: 3f80ed36ba037bc05050ce0f9feb02a07e9024d0 authored by Thomas B. Mooney on 21 March 2016, 20:15:58 UTC
Merge pull request #1319 from tmooney/duplication_handling_in_dispatcher_is_optional
Tip revision: 3f80ed3
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