#!/usr/local/bin/perl use strict; use warnings; use Term::ANSIColor; sub main { exit; } main(); __END__