NAME
File::Blarf - Simple reading and writing of files
VERSION
version 0.12
SYNOPSIS
use File::Blarf;
my $foo = File::Blarf::slurp('/etc/passwd');
NAME
File::Blarf - Simple reading and writing of files.
SUBROUTINES/METHODS
slurp
Read a whole file into a string.
blarf
Write a string into a file.
cat
Append on file to another.
AUTHOR
Dominik Schulz, <dominik.schulz at gauner.org>
BUGS
Please report any bugs or feature requests to bug-file-blarf at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=File-Blarf. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc File::Blarf
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
SEE ALSO
File::Slurp
File::Slurp provides a more sophisticated implementation of much of the same functiality
LICENSE AND COPYRIGHT
Copyright 2012 Dominik Schulz
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
AUTHOR
Dominik Schulz <dominik.schulz@gauner.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Dominik Schulz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.