On 9 August 2014 16:32, Uday Vernekar <[email protected]> wrote:
> Hi All, > > > please help me in understanding this script. > Please explain what it is about this script you want to understand / don't quite understand. Also, if there's something not working in this script, a primary candidate list of potential problems will self-report if you take the time to include: use strict; use warnings; Somewhere near the top before the "use DBI" statement. And it is generally recommended all code use those two statements unless you know better. -- Kent *KENTNL* - https://metacpan.org/author/KENTNL
