NAME
IO::Dirent - Access to dirent structs returned by readdir
SYNOPSIS
use IO::Dirent;
opendir DIR, "/usr/local/foo";
my @entries = readdirent(DIR);
closedir DIR;
print $entries[0]->{name}, "\n";
print $entries[0]->{type}, "\n";
print $entries[0]->{inode}, "\n";
DESCRIPTION
IO::Dirent exports the following symbols by default:
readdire
more»
Dirent(3pm) User Contributed Perl Documentation Dirent(3pm)
NAME
IO::Dirent - Access to dirent structs returned by readdir
SYNOPSIS
use IO::Dirent;
## slurp-style
opendir DIR, "/usr/local/foo";
my @entries = readdirent(DIR);
closedir DIR;
print $entries[0]->{name}, "\n";
print $entries[0]->{type}, "\n";
p
more»
libio-dirent-perl (0.05-1) unstable; urgency=low
* New upstream release
* Added a watch file
-- Ludovic Drolez <ldrolez@debian.org> Thu, 10 May 2012 12:24:38 +0200
libio-dirent-perl (0.04-2) unstable; urgency=low
* fixed a FTBFS with Perl 5.10. Closes: Bug#470395
-- Ludovic Drolez <ldrolez@debian.org> Wed, 12 Mar 2008 14:35:47 +0100
libio-dirent-perl (0.04-1) unstable; urgency=low
more»