Main > Programming > Libraries >

DirHandle 5.8.8

DirHandle 5.8.8

Sponsored Links

DirHandle 5.8.8 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 12.2 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 895
Date added: 2007-05-15
Publisher: DirHandle team

DirHandle 5.8.8 description

DirHandle is a Perl module created to supply object methods for directory handles.

SYNOPSIS

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

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.

NOTES

On Mac OS (Classic), the path separator is :, not /, and the current directory is denoted as :, not .. You should be careful about specifying relative pathnames. While a full path always begins with a volume name, a relative pathname should always begin with a :. If specifying a volume name only, a trailing : is required.

DirHandle 5.8.8 Screenshot

Advertisements

DirHandle 5.8.8 Keywords

Bookmark DirHandle 5.8.8

Hyperlink code:
Link for forum:

DirHandle 5.8.8 Copyright

WareSeeker periodically updates pricing and software information of DirHandle 5.8.8 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of DirHandle 5.8.8 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
FindBin is a Perl module that can locate directory of original perl script. Free Download
B::Assembler is a Perl module created to assemble Perl bytecode. Free Download
Sys::Hostname is a Perl module to try every conceivable way to get hostname. Free Download
perltoot is Toms object-oriented tutorial for perl. Free Download
dtRdr::User.pm is a user class as a Perl module. Free Download
WWW::Mechanize is a handy web browsing in a Perl object. Free Download
IO::Multiplex is a Perl module that can manage IO on many file handles. Free Download
DBIx::Recordset is a Perl extension for DBI recordsets. Free Download