NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Ah, maybe we need a guide (Score:2)
I have an install script that installs all them modules I need at work and I do run into the same kind of problems.
Interactive modules are a pain. But what do we do about it?
Re:Ah, maybe we need a guide (Score:2)
After I've done that, we can go back and decide what would have made things easier for me and what the best solution might be. Of course, most talk about CPAN is just that - we need to get the module
Re:Ah, maybe we need a guide (Score:1)
Why, command line options to "perl Makefile.PL", of course. Of course? Eh, the concept is there. I don't know how extensible it is, to use your own command line options.
if it works for apache... (Score:1)
some kind of option to use-default, use-env or use-file instead of interactions would be very useful. Does ABW's tool that installs TT do something along those lines?
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;