#!/usr/bin/perl # client program use warnings; use strict; use Repl; repl(); orig();