|
|
Working with files in Perl |
|
|
Diederik van der Boor |
|
|
Perl / File Manipulation |
|
|
Click to Visit |
|
|
52 |
|
This tutorial shows you how to work with files in Perl. This is one of very fundamentals of the Perl language, since it's originally designed to make nice reports out of an amount of data. The article covers aspects such as opening, reading, writing and locking of files. In addition, it also gives reasons for the need to lock a file.
|