my $obj = tied %Config::Config; if(mingw_detected) { $obj->{cc} = 'gcc'; $obj->{make} = 'dmake'; .... }