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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: can't use global @_in "my"
by ikegami (Patriarch) on Aug 01, 2007 at 16:14 UTC
    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{