Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Perl : Articles and Tutorials : File IO


Links
  • Deleting files in Perl - How to delete files using Perl, and a simple trick to recover files from a trash directory.
  • Searching a data file - How to search a text file with Perl. Part two of a four-part series on building a text database.
  • Multiplexing filehandles with select() in Perl - When writing network services, it's necessary to multiplex between several filehandles. This article demonstrates this process with Perl's select() function and the IO::Select module.