http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9032
--- Comment #38 from Jonathan Druart <[email protected]> --- (In reply to M. de Rooy from comment #37) > Jonathan, > You convinced me for the Plack reason. > > But your other argument? > Note that PBP on the opposite tends to move to using lexical variables > instead of global package vars (where possible). So we should not use our if > we can solve it differently. In this case for example, i could pass lower my > variables via parameters.. Hello Marcel, It is a vocabulary issue :) What I wrongly called a global variable was a variable declared outside of the routine where it is used. Obviously, passing the variables in parameter is better than declaring them as global (our). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
