in reply to Re^2: How to debug "Too Many Open Files" Error
in thread How to debug "Too Many Open Files" Error

You can run external commands from perl (not PERL please, it's not an abbreviation) with either system or qx (the latter might be more useful in your case).
  • Comment on Re^3: How to debug "Too Many Open Files" Error