in reply to perl program showinf errors

A possible fix: change use POSIX; to use POSIX ();. That way nothing is imported, and prototype mismatches are avoided. You can apply the same fix to the loading of File::stat too.

  • Comment on Re: perl program showing errors (prototype mismatch in ctime from POSIX and File::stat)
  • Select or Download Code