Steve_BZ has asked for the wisdom of the Perl Monks concerning the following question:
Hi Guys,
If I want to automate the custom responses to cpan install questions is there some way I can do that in a shell script:
cpan -i DBD::InterBase bin directory : "/usr/lib/firebird/2.1/bin" include directory : "/usr/include" lib directory : "/usr/lib" libfbembed? (y/n) [n] "" Full path to your test database: "/foo/bar/test.FDB" Username : "SYSDBA" Password : "******"
Thanks in advance
Regards
Steve
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Answering CPAN questions
by Anonymous Monk on Feb 06, 2012 at 14:56 UTC | |
by Steve_BZ (Chaplain) on Feb 08, 2012 at 18:01 UTC | |
by Anonymous Monk on Feb 08, 2012 at 22:46 UTC |