http://www.perlmonks.org?node_id=728631

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

Hi, im looking for a simple perl script that uses a text file databases to enter data,(Can Be Html Based) The data im trying to enter is Peoples Names, Ages and Addresses. The Fuctions it should have should be; Adding records , removing records, modifying records, generating reports(Prints A List of All Entered Data) and calculating summaries (Number of Users Entered) Anyhelp will be gladly appriciated.
  • Comment on Creating a Simple Data Logging/Entry Program

Replies are listed 'Best First'.
Re: Creating a Simple Data Logging/Entry Program
by Lawliet (Curate) on Dec 07, 2008 at 03:42 UTC

    Ah, how perfect, Perl sounds like the right choice for the job! I hope you have fun writing the program and if you are stuck on a particular issue feel free to ask us. In the meantime please read How do I post a question effectively?.

    That being said, did you expect us to write the program for you or just lead you in the right direction? (Your answer can be other choices, those two were there to just lead you in the right direction.)

    I'm so adjective, I verb nouns!

    chomp; # nom nom nom

Re: Creating a Simple Data Logging/Entry Program
by zentara (Archbishop) on Dec 07, 2008 at 14:16 UTC
Re: Creating a Simple Data Logging/Entry Program
by n3toy (Hermit) on Dec 07, 2008 at 04:52 UTC
    Seems like a lot to ask from a *simple* script. Luckily there are modules that can do most of the heavy lifting.

    Have a look at SimpleScripts::Perl

    Is there something in particular you are having trouble with?
Re: Creating a Simple Data Logging/Entry Program
by Anonymous Monk on Dec 07, 2008 at 02:54 UTC
    Is this homework?