in reply to Re^2: perl -d: puzzling behavior when run in program in current directory
in thread perl -d: puzzling behavior when run in program in current directory

So if seems as if something in the original directory is "polluting" the operation of the debugger.

Just some ideas: .dot files, hard links, symbolic links, directory permissions, ACLs? Does ls -lAR on the respective directories show anything like that?

  • Comment on Re^3: perl -d: puzzling behavior when run in program in current directory
  • Download Code