The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Placeholder::Appliance::Directory_Listing - generate a directory listing

SYNOPSIS

        use Text::Placeholder::Appliance::Directory_Listing;

        my $listing = Text::Placeholder::Appliance::Directory_Listing->new(
                '[=counter=]. [=file_name_full=] [=file_mode_rwx=]');
        my $rows = $listing->generate('/');
        print join("\n", @$rows), "\n";

DESCRIPTION

Text::Placeholder::Appliance::Directory_Listing takes a format and a directory name and produces a directory listing from it. It's an example how to build an appliance from placeholder groups.

KNOWN BUGS AND LIMITATIONS

This is the first public release.

AUTHOR

Winfried Trumper <pub+perl(a)wt.tuxomania.net>

COPYRIGHT AND LICENSE

Copyright (C) 2011 Winfried Trumper

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.