Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Also always follow the open (or close) with an or die (by the way not a ||) to catch unexpected file/disk system errors.

T To make a file accessible to others in the group or to a cronjob use umask(0002);