https://github.com/genome/genome
Raw File
Tip revision: 8a5fe9b440a697eebdc5feb5f92fd4b35673158c authored by Thomas B. Mooney on 06 September 2017, 18:15:04 UTC
Merge pull request #1765 from tmooney/disconnect_oltp_handle_when_disconnecting
Tip revision: 8a5fe9b
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