in reply to Installing File::Repl on a Mac possible?

Hi, try this, worked for me:

  1. Install File::HomeDir
  2. Copy Repl.pm from the File::Repl distro to a directory called 'File' somewhere in your Perl lib path
  3. Test by running the test.pl included in the distro (I got 'Variable" @dirlist" will not stay shared at <PATH>/File/Repl.pm line 1012.")

Hope this helps!


The way forward always starts with a minimal test.