| Text-Template-Simple documentation | view source | Contained in the Text-Template-Simple distribution. |
Text::Template::Simple::IO - I/O methods
TODO
This document describes version 0.83 of Text::Template::Simple::IO
released on 9 February 2011.
TODO
Constructor. Accepts an I/O layer name as the parameter.
Sets the I/O layer of the supplied filehandle if there is a layer and perl
version is greater or equal to 5.8.
Returns the contents of the supplied file as a string.
TYPE can either be dir or file. Returns the corrected path if
it is valid, undef otherwise.
Test if THING is a directory.
Test if THING is a file.
Test if THING is a file. This method also searches all the include paths
and returns the full path to the file if it exists.
Burak Gursoy <burak@cpan.org>.
Copyright 2004 - 2011 Burak Gursoy. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.1 or, at your option, any later version of Perl 5 you may have available.
| Text-Template-Simple documentation | view source | Contained in the Text-Template-Simple distribution. |