logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

WWW::IndexParser::Entry - Object representing an item in a directory

Author

       James Bromberger <james@rcpt.to>

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;
        }

See Also