use strict; use warnings; use 5.010; use lib qw( . ); use bar qw( SMTP_USE_SSL ); say "", SMTP_USE_SSL;