my %options = ( END local $Data::Dumper::Terse = 1; local $Data::Dumper::Indent = 1; print MF join ',', Data::Dumper::Dumper( %options); print MF <## use ExtUtils::MakeMaker; my %options = ( 'TYPEMAPS' ,[ 'C:\\Perl\\lib\\ExtUtils\\typemap' ] ,'NAME' ,'_550745' ,'INC' ,'-Ic:/test' ,'VERSION' ,'0.00' ); WriteMakefile(%options); # Remove the Makefile dependency. Causes problems on a few systems. sub MY::makefile { '' }