File::Value is a Perl module with general purpose routines that support the treatment of a file's contents or a file's name as a single data value.
SYNOPSIS
use File::Value; # to import routines into a Perl script
($msg = file_value(">pid_file", $pid)) # Example: store a file value
and die "pid_file: $msg\n";
($msg = file_value("
Requirements:
· Perl