Template::Plugin::IO::All - IO::All + Template


Template-Plugin-IO-All documentation  | view source Contained in the Template-Plugin-IO-All distribution.

Index


NAME

Top

Template::Plugin::IO::All - IO::All + Template

SYNOPSIS

Top

  [% USE IO.All %]
  [% file = IO.All.new('some_file') %]

  [% file.all %]

  [% FOREACH line = file.getlines %]
    [% line %]
  [% END %]

  [% file.11 %]  # Return the 11st line 

  [% dir = IO.All.new('some_dir/') %]
  [% FOREACH entry = d.all %]
   [%- entry %]
  [% END %]

DESCRIPTION

Top

Nothing much to explain. It's IO::All plugin for Template. Fun and easy!

COPYRIGHT

Top

SEE ALSO

Top

IO::All, Template::Plugin


Template-Plugin-IO-All documentation  | view source Contained in the Template-Plugin-IO-All distribution.