in reply to updating records into RDBMS from a text file

Broadly: Modules you might want to use:
DBI

You will more likely be better off doing more research on perl.com or searching this site for DBI / Database, then coming back with specific problems

  • Comment on Re: updating records into RDBMS from a text file

Replies are listed 'Best First'.
Re: Re: updating records into RDBMS from a text file
by Anonymous Monk on Jul 12, 2001 at 16:23 UTC
    Thanks Agoth, for your input! Joe