#!/usr/bin/perl -w use strict; use CNN::GetFloridaVotesAndEmailChanges qw{doit}; doit; #### perl -MCNN -e go #### perl -e '`./a.out`'