10 Mar
2025
10 Mar
'25
12:52 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38357 --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- ``` my $global; foo(); foo(); warn $global; sub foo { $global++; } ``` => Variable "$global" is not available Replace with `our` => 2 -- You are receiving this mail because: You are watching all bug changes.