#!/usr/bin/env perl use strict; use warnings; # PODNAME: repl use App::REPL; App::REPL->new(script => "$ENV{HOME}/.replrc")->run;