in reply to Re: Doesn't like a Scalar, as a folder path
in thread Doesn't like a Scalar, as a folder path

good call. Totally forgot about that. Thanks.
  • Comment on Re^2: Doesn't like a Scalar, as a folder path

Replies are listed 'Best First'.
Re^3: Doesn't like a Scalar, as a folder path
by Corion (Patriarch) on Oct 27, 2014 at 21:52 UTC

    This is such a common error case that Perl even outputs a warning for it if you let it. Put use warnings; at the top of your program to tell Perl that you want it to tell you about common programming errors that it can recognize.