Let's say I have a package called 'PacA'. On PacA I create a database handle (And connect to the database) called
, using the DBI module. Now let's say PacA uses a module called 'PacA::Test', which performes operations on the database via
. When trying to do so, I get an error message saying the database has gone away, or in my case 'MySQL has gone away'.
Code doesn't matter much here, could be something like (On PacA::Test of course)
.