https://github.com/genome/genome
Raw File
Tip revision: ffcc067c2e59f41f8da3fb21a61766ee2e7c7df7 authored by Thomas B. Mooney on 18 September 2019, 18:08:43 UTC
Merge pull request #1945 from tmooney/cleanup_scratch_command
Tip revision: ffcc067
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