http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1083 Summary: might be easier if the cookie variable is always an array ref. Product: Koha Version: 2.2.5 Platform: PC OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Authentication AssignedTo: chris@katipo.co.nz ReportedBy: mhafen@i.washk12.org QAContact: koha-bugs@nongnu.org If the cookie variable was always an array ref, then you could do stuff like: $cookie = [ @$cookie, $branchcookie ] because arrays in list context expand themselves automagically. Might be handy when working with cookies or adding new cookies to the system. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.