in reply to I can see my perl code - script isn't executing

Further to the above suggestions, does the perl binary have at least 755 permissions - altho' the script may be readable by everyone, the compiler/interpreter may not.

Just a thought ...

At last, a user level that best describes my experience :-))
  • Comment on Re: I can see my perl code - script isn't executing

Replies are listed 'Best First'.
Re^2: I can see my perl code - script isn't executing
by Anonymous Monk on May 18, 2008 at 09:57 UTC
    If that were the case he'd get some kind of permission denied error, not a dump
      He doesn't say he's getting a dump.

      At last, a user level that best describes my experience :-))