Please show a good way to append the current working directory to @INC.
Will this work? (I'm not able to access my perl server at this time). Is there a way to do this without using Cwd? --------------------------- use Cwd; $dir = getcwd(); @INC = @INC . $dir; --------------------------- This is needed so I can get around an error running make all on a Makefile.PL