in reply to Constants imported from other perl scripts doesn't want to exist :(
BEGIN { if ( $ENV{TEST} ) { use constant FOOBAR => 23, } } print 'Foobar: ', FOOBAR, "\n"; [download]