WWW::IndexParser::Entry - Object representing an item in a directory
Contents
Copyright
Copyright (c) 2005 James Bromberger. All rights reserved. All rights reserved. This program is free
software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl v5.32.1 2021-12-15 WWW::IndexParser::Entry(3pm)
Description
WWW::IndexParser::Entry is not used directly, but is the class of items returned by WWW::IndexParser when
it successfully parses an auto index from a web server.
Methods
filename
url
size
size_units
type
Name
WWW::IndexParser::Entry - Object representing an item in a directory
Osnames
any
Synopsis
my @files = WWW::IndexParser->new('http://www.james.rcpt.to/misc/');
foreach my $file (@files) {
print $file->url;
}
