#!/usr/bin/perl -w use strict; use warnings; use FindBin qw($Bin); use lib $Bin . "/../lib"; use Captcha; new Captcha()->image();