in reply to Re^3: Getting mysql data into gd
in thread Getting mysql data into gd

Tried that code but it failed had to remove ', ...' to make it work.

Dose this way of requesting and error work for all errors or just connect? As it is in connect.

Replies are listed 'Best First'.
Re^5: Getting mysql data into gd
by roboticus (Chancellor) on Sep 03, 2017 at 19:04 UTC

    shanta:

    The RaiseError=>1 part is telling DBI to raise an error whenever it sees one. The ", ..." part just meant that you would put in any other connect parameters you currently use.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

      Thanks for the explanation.