Changes for version 4.160630 - 2016-03-03
- TRIAL RELEASE
- Fix for bug https://rt.cpan.org/Ticket/Display.html?id=106771
- Added tests
- Added documentation regarding the bug fix, namely the now-unsupported (because Perl 5.23 deprecates) the combination of sysread/write/seek on filehandles in :utf8 binmode.
- Added the ability for users to specify their own IO layers via the { binmode => ':layerspec' } option to ::load_file(), ::write_file(), and ::open_handle()
Documentation
File::Util in Action
File::Util Reference
File::Util Examples
Modules
Easy, versatile, portable file handling
Global symbols and constants used in most File::Util classes
Base exception class for File::Util
Diagnostic (verbose) error messages
Standard (non-verbose) error messages
Legacy call interface to File::Util
Modern call interface to File::Util
Examples
- examples/batch_file_rename.pl
- examples/batch_search_and_replace.pl
- examples/get_an_open_file_handle.pl
- examples/increment_a_counter_file.pl
- examples/list_the_contents_of_a_directory.pl
- examples/list_the_contents_of_a_directory_recursively.pl
- examples/load_a_file_into_a_variable.pl
- examples/make_a_new_directory.pl
- examples/pretty_print_a_directory.pl
- examples/pretty_print_a_directory_using_as_tree.pl
- examples/pretty_print_a_directory_using_callbacks_fancy.pl
- examples/pretty_print_a_directory_using_callbacks_simple.pl
- examples/recursively_remove_a_directory_and_its_contents.pl
- examples/retry_open_handle.pl
- examples/wrap_the_lines_in_a_file.pl
- examples/write_or_append_to_a_file.pl