FreeBSD Manual Pages
File::Dir::Dumper::ScaUser(Contributed Perl DocumFile::Dir::Dumper::Scanner(3) NAME File::Dir::Dumper::Scanner - scans a directory and returns a stream of Perl hash-refs VERSION Version 0.0.8 SYNOPSIS use File::Dir::Dumper::Scanner; my $scanner = File::Dir::Dumper::Scanner->new( { dir => $dir_pathname } ); while (defined(my $token = $scanner->fetch())) { } METHODS $self->new({ dir => $dir_path}) Scans the directory $dir_path. my $hash_ref = $self->fetch() Outputs the next token as a hash ref. AUTHOR Shlomi Fish, "<shlomif@cpan.org>" BUGS Please report any bugs or feature requests to "bug-file-dir-dumper at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=File-Dir-Dumper>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT You can find documentation for this module with the perldoc command. perldoc File::Dir::Dumper You can also look for information at: o RT: CPAN's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Dir-Dumper> o AnnoCPAN: Annotated CPAN documentation <http://annocpan.org/dist/File-Dir-Dumper> o CPAN Ratings <http://cpanratings.perl.org/d/File-Dir-Dumper> o Search CPAN <http://search.cpan.org/dist/File-Dir-Dumper> ACKNOWLEDGEMENTS COPYRIGHT & LICENSE Copyright 2008 Shlomi Fish, all rights reserved. This program is released under the following license: MIT/X11 Licence. perl v5.32.1 2022-04-04 File::Dir::Dumper::Scanner(3)
NAME | VERSION | SYNOPSIS | METHODS | AUTHOR | BUGS | SUPPORT | ACKNOWLEDGEMENTS | COPYRIGHT & LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=File::Dir::Dumper::Scanner&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>