open( CONF, ">function.conf" ) or die $!; print CONF function(); close CONF; $result = `program < function.conf`;