#!/usr/bin/perl use strict; use warnings; use App::Counter; App::Counter->new_with_options->run;