#use MyConf '%template'; sub test{ my $in = shift; print "Bin in test:".$$in{'site'}."
\n"; $$in{'site'} = "news"; } 1;