in reply to Re^7: Undefined value as a symbol reference
in thread Undefined value as a symbol reference

And how are you running the program? What is its shebang line?
  • Comment on Re^8: Undefined value as a symbol reference

Replies are listed 'Best First'.
Re^9: Undefined value as a symbol reference
by link867 (Initiate) on Jul 22, 2014 at 18:26 UTC

    Ah you are right there. I found that there are two different versions of perl on the server (usr/local/bin/perl, /usr/bin/perl) and I happened to be running the one that was 5.008 from my shebang line. Every time I did a perl -v it pulled from the updated one. Very good thinking sir, that may have fixed many future problems for me.