On Thu, Aug 22, 2002 at 06:55:46AM -0500, Dave Rolsky wrote:
> > +If C detects that it is not running in interactively (say,
> > +if it is running from a CPAN shell), or if the PERL_MM_USE_DEFAULT
> > +environment variable is set to true, the $default will be used without
> > +prompting. This pre
On Tue, 20 Aug 2002, Michael G Schwern wrote:
> +=head2 Other Handy Functions
> +
> +=over 4
> +
> +=item prompt
> +
> +my $value = prompt($message);
> +my $value = prompt($message, $default);
> +
> +The C function provides an easy way to request user input
> +used to write a makefile. I
On Sun, Aug 18, 2002 at 06:48:24PM -0700, chromatic wrote:
> Here's a rough cut at documentation for the hitherto rumored prompt()
> function. Suggestions welcome.
Something like so.
--- MakeMaker.pm18 Jul 2002 17:46:50 - 1.64
+++ MakeMaker.pm21 Aug 2002 05:39:38 -