If the pipe is '<' or nothing, the file is opened for input. If the pipe is '>', the file is truncated and opened for output, being created if necessary. If the pipe is '>>', the file is opened for appending, again being created if necessary. You can put a '+' in front of the '>' or '<' to indicate that you want both read and write access to the file; thus '+<' is almost always preferred for read/write updates--the '+>' mode would clobber the file first. You can't usually use either read-write mode for updating textfiles, since they have variable length records
See also:
| file: /Techref/language/perl/openpipe.htm, 0KB, , updated: 2006/1/31 15:18, local time: 2012/5/23 23:37,
38.107.179.232:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/language/perl/openpipe.htm"> language perl openpipe</A> |
| Did you find what you needed? |
Welcome to www.piclist.com! |
.