##
# This is the tmp/Conscript. I receive serialized data and
# process it, in this case, simply printing it to STDERR
Import qw( po ) ;
use Data::Dumper;
warn Data::Dumper->Dump([$po],['po']);
####
$po = {
1 => 'two',
'buckle my' => 'shoo'
};