Thursday, July 30, 2009

How to resolve Perl error "Prototype mismatch: sub main::prompt ($;$) vs none at inc/Module/Install.pm line" ?

1. Do not use prototypes in Perl.


2. You are using a module which exports a prompt() function that redefines another prompt() function.


3. Show us your code, or tell us exactly what you're trying to do. We can not give a complete answer with just the error message!


No comments:

Post a Comment