http://www.perlmonks.org?node_id=991863


in reply to Re: defining variables using my - subroutines
in thread defining variables using my - subroutines

Yes:

http://www.perlmonks.org/?node_id=991832
  • Comment on Re^2: defining variables using my - subroutines

Replies are listed 'Best First'.
Re^3: defining variables using my - subroutines
by Corion (Patriarch) on Sep 05, 2012 at 13:57 UTC

    Please spend some effort and reduce your code to the bare minimum that reproduces the problem.

    Is the database access relevant to your problem?

    Are the three different subroutines relevant to your problems?

    You've been advised several times by now not to use prototypes on your subroutines. Are they relevant to your problems?