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


in reply to defining variables using my - subroutines

Do you have any code?

  • Comment on Re: defining variables using my - subroutines

Replies are listed 'Best First'.
Re^2: defining variables using my - subroutines
by Freezer (Sexton) on Sep 05, 2012 at 13:53 UTC
    Yes:

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

      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?