https://github.com/genome/genome
Raw File
Tip revision: df986ea74027062b215bc342d1347f9424cd5ca8 authored by Dave Larson on 29 May 2014, 13:40:42 UTC
Remove any trace of the lolli stick if suppressing the labels
Tip revision: df986ea
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