User Tools

Site Tools


ower_own_perl_wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ower_own_perl_wiki [2008/01/29 02:13] – added File I/O section cs243050ower_own_perl_wiki [2008/01/31 21:29] (current) – typo fix cs243050
Line 16: Line 16:
  
 ---- ----
 +
 ===== File I/O in Perl ===== ===== File I/O in Perl =====
 **Default file handlers:** **Default file handlers:**
Line 51: Line 52:
 | LOCK_EX      | requests an exclusive lock for a file, will block until lock is obtained    | LOCK_EX      | requests an exclusive lock for a file, will block until lock is obtained   
 | LOCK_UN      | unlocks the previously locked file    |  | LOCK_UN      | unlocks the previously locked file    | 
-| LOCK_NB      | should be bitwise 'or'-ed with either LOCK_SH or LOCK_ES and will result in a non-blocking lock    | +| LOCK_NB      | should be bitwise 'or'-ed with either LOCK_SH or LOCK_EX and will result in a non-blocking lock    | 
  
ower_own_perl_wiki.1201572783.txt.gz · Last modified: 2008/01/29 02:13 by cs243050

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki