If you put in your WriteMakefile() call something like
'PL_FILES' => { 'foo.PL' => 'foo' }then the program foo.PL will be run in order to build the file 'foo'. It will have the filename to write to passed as its first argument (IIRC). -- Ed Avis <[EMAIL PROTECTED]>
