*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> perl5/DirHandle (3)              
Title
Content
Arch
Section
 

Contents


DirHandle(3)							  DirHandle(3)


NAME    [Toc]    [Back]

     DirHandle - supply	object methods for directory handles

SYNOPSIS    [Toc]    [Back]

	 use DirHandle;
	 $d = new DirHandle ".";
	 if (defined $d) {
	     while (defined($_ = $d->read)) { something($_); }
	     $d->rewind;
	     while (defined($_ = $d->read)) { something_else($_); }
	     undef $d;
	 }

DESCRIPTION    [Toc]    [Back]

     The DirHandle method provide an alternative interface to the opendir(),
     closedir(), readdir(), and	rewinddir() functions.

     The only objective	benefit	to using DirHandle is that it avoids namespace
     pollution by creating globs to hold directory handles.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
IO::Handle IRIX supply object methods for I/O handles
FileHandle IRIX supply object methods for filehandles
IO::File IRIX supply object methods for filehandles
IO::Pipe IRIX supply object methods for pipes
IO::Seekable IRIX supply seek based methods for I/O objects
dcecp_directory HP-UX A dcecp object that manages a CDS directory
loadshlib Linux Gnome Object Activation Directory
MDS_Uninstall Tru64 Delete the object directory database (CDSA)
nisupdkeys HP-UX update the public keys in a NIS+ directory object
MDS_Install Tru64 Create the object directory database (CDSA)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service