[Koha-devel] Anyone familiar with ./docs/CAS/CASProxy/examples/proxy_cas_data.pl?

David Cook dcook at prosentient.com.au
Tue Sep 26 09:02:44 CEST 2017


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

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20170926/b405770d/attachment.html>


More information about the Koha-devel mailing list