NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: program in perl
by roboticus (Chancellor) on Jun 28, 2007 at 10:49 UTC
Re: program in perl
by Moron (Curate) on Jun 28, 2007 at 12:01 UTC
    What we can't yet know is whether it's a database passowrd and which DBMS, what operating system it runs on, what user interface it is meant to run on, or whether its a website login. Whether the option for bew user registration needs to be available. Whether the program has to validate the username and password or just return it unvalidated. If yes, then how it should react to failed logons. All of these factors and an infinity of other possibilities would change what the program has to do and therefore what has to be written.
    __________________________________________________________________________________

    ^M Free your mind!

Re: program in perl
by sago (Scribe) on Jun 28, 2007 at 12:27 UTC

    Can you tell the exact requirement you need.
    The description is not enough.