Anyone familiar with ./docs/CAS/CASProxy/examples/proxy_cas_data.pl?
Hi all, Is anyone familiar with ./docs/CAS/CASProxy/examples/proxy_cas_data.pl? I get the following error when I try to compile it: Using a hash as a reference is deprecated at ./docs/CAS/CASProxy/examples/proxy_cas_data.pl line 60. This is line 60: my $pgtId = %$hashref->{$cgi->param('PGTIOU')}; It looks to me like it should just be: my $pgtId = $hashref->{$cgi->param('PGTIOU')}; But I'm wondering what that hashref might contain. Could it be a hash? And that's why someone is trying to dereference something there? It's a BibLibre script from 2009, so I'm guessing someone from BibLibre might have an answer? Or could we just get rid of this script all together anyway? David Cook Systems Librarian Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Direct: 02 8005 0595
See bug 18237 On Tue, 26 Sep 2017 at 04:02 David Cook <dcook@prosentient.com.au> wrote:
Hi all,
Is anyone familiar with ./docs/CAS/CASProxy/examples/proxy_cas_data.pl?
I get the following error when I try to compile it:
Using a hash as a reference is deprecated at ./docs/CAS/CASProxy/examples/ proxy_cas_data.pl line 60.
This is line 60:
my $pgtId = %$hashref->{$cgi->param('PGTIOU')};
It looks to me like it should just be:
my $pgtId = $hashref->{$cgi->param('PGTIOU')};
But I’m wondering what that hashref might contain. Could it be a hash? And that’s why someone is trying to dereference something there?
It’s a BibLibre script from 2009, so I’m guessing someone from BibLibre might have an answer?
Or could we just get rid of this script all together anyway?
David Cook
Systems Librarian
Prosentient Systems
72/330 Wattle St
Ultimo, NSW 2007
Australia
Office: 02 9212 0899 <02%2092%2012%2008%2099>
Direct: 02 8005 0595 <02%2080%2005%2005%2095>
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
Cheers, Jonathan! David Cook Systems Librarian Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Direct: 02 8005 0595 From: Jonathan Druart [mailto:jonathan.druart@bugs.koha-community.org] Sent: Wednesday, 27 September 2017 4:29 AM To: David Cook <dcook@prosentient.com.au>; koha-devel <koha-devel@lists.koha-community.org> Subject: Re: [Koha-devel] Anyone familiar with ./docs/CAS/CASProxy/examples/proxy_cas_data.pl? See bug 18237 On Tue, 26 Sep 2017 at 04:02 David Cook <dcook@prosentient.com.au <mailto:dcook@prosentient.com.au> > wrote: Hi all, Is anyone familiar with ./docs/CAS/CASProxy/examples/proxy_cas_data.pl <http://proxy_cas_data.pl> ? I get the following error when I try to compile it: Using a hash as a reference is deprecated at ./docs/CAS/CASProxy/examples/proxy_cas_data.pl <http://proxy_cas_data.pl> line 60. This is line 60: my $pgtId = %$hashref->{$cgi->param('PGTIOU')}; It looks to me like it should just be: my $pgtId = $hashref->{$cgi->param('PGTIOU')}; But I’m wondering what that hashref might contain. Could it be a hash? And that’s why someone is trying to dereference something there? It’s a BibLibre script from 2009, so I’m guessing someone from BibLibre might have an answer? Or could we just get rid of this script all together anyway? David Cook Systems Librarian Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 <tel:02%2092%2012%2008%2099> Direct: 02 8005 0595 <tel:02%2080%2005%2005%2095> _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org <mailto:Koha-devel@lists.koha-community.org> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (2)
-
David Cook -
Jonathan Druart