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
    http://p3rl.org/CPAN#Configuration-for-individual-distributions-Distroprefs-

      Hi Anon,

      Thanks for your post. I'm sure there is some useful information here if I had any idea what it meant, but I'm afraid I'm none the wiser.

      Sorry,

      Steve