during perl installation i want to make changes at 2 places that are
Installation prefix to use?(~name OK)/usr/local /usr
Build a shared libperl.so(y/n)n y
at rest of the places i just want user to press enter key(or use defaults)
where can i make changes in perl source before running ./Configure so that these two changes are applied automatically
please Help!!