#!/usr/bin/perl -w
use v5.14;

use App::InteractivePerlTutorial;

App::InteractivePerlTutorial::run(@ARGV);

1;
__END__
