
Goo::FileUtilities - General file handling utilities

use Goo::FileUtilities;

File utility functions.

get file modification time
return a hash of files and their contents
return a list of filenames in a directory
return a list of file based on a directory glob
return a string_ref to the contents of a file
return the file contents as a string
write a file
return the file contents as an array of lines
write an array of lines to a file
return the suffix of this filename
return the path portion of the filename
Perl6 synonym for get_file_as_string
return the current working directory
return the last n lines from a file

Nigel Hamilton <nigel@trexy.com>
