#!/usr/bin/perl -wl BEGIN { do "constants.plx"; } print "Foo: ". FOO. "\nBar: ". BAR. "\nQux: ". QUX;