in reply to Re^2: can't use global @_in "my"
in thread can't use global @_in "my"

I followed the advice I gave — delete stuff until the error disappears when using perl -c — and I found the error in 15 seconds.

get_server{
should be
sub get_server{

get_idvalues{
should be
sub get_idvalues{