# This is a Cons "Construct" file. It exports a scalar # named po, which is received by the perl program # tmp/Conscript $po = { 1, 'two', 'buckle my', 'shoo' }; Export qw (po); Build qw (tmp/Conscript);