I am wondering if there is away to install perl module on windows quietly. I need to bypass all the standard input that perl is requesting with default values,
ex: perl path? [C:/perl/bin] -> the default is c:/perl/bin.
I need to get the installation going without being monitored, so I would supply all the expected input (ie: y,n, etc). I tried using pipes, but have no luck. I looked around the net for quiet installation, but still no luck. Can someone give me some pointers?
Thank you.
perlnoob
ex: perl path? [C:/perl/bin] -> the default is c:/perl/bin.
I need to get the installation going without being monitored, so I would supply all the expected input (ie: y,n, etc). I tried using pipes, but have no luck. I looked around the net for quiet installation, but still no luck. Can someone give me some pointers?
Thank you.
perlnoob