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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on How can I add a string to my database and update it?

Replies are listed 'Best First'.
Re: How can I add a string to my database and update it?
by Fastolfe (Vicar) on Nov 25, 2000 at 06:07 UTC
    See DBI and the (SQL?) documentation that came with your database software.

    If you need additional help figuring out with the syntax of the database command to do what you want, contact your database vendor's technical support department. If you need additional help building a Perl solution, by all means give us more information in a post to Seekers of Perl Wisdom.

    Originally posted as a Categorized Answer.