file::slurp::withinpolicy(3pm) debian man page | unix.com

Query: file::slurp::withinpolicy

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

File::Slurp::WithinPolicy(3pm)				User Contributed Perl Documentation			    File::Slurp::WithinPolicy(3pm)

NAME
File::Slurp::WithinPolicy - Applies filesystem policies to File::Slurp
SYNOPSIS
use File::Slurp::WithinPolicy qw(:all); my $text = read_file( 'filename' ); my @lines = read_file( 'filename' ); write_file( 'filename', $text ); append_file( 'filename', $more_text ); overwrite_file( 'filename', $text ); my @files = read_dir( '/path/to/dir' );
DESCRIPTION
This provides the File::Slurp interface within a policy defined by File::Policy. By default, File::Policy is a no-op and this behaves identically to File::Slurp. System administrators may want to override the default File::Policy implementation to enforce a local filesys- tem policy (see File::Policy).
FUNCTIONS
read_dir See "read_dir" in File::Slurp read_file See "read_file" in File::Slurp write_file See "write_file" in File::Slurp append_file See "append_file" in File::Slurp overwrite_file See "overwrite_file" in File::Slurp
EXPORTS
By default, nothing is exported. The ":all" tag can be used to export everything. Individual methods can also be exported.
SEE ALSO
File::Slurp, File::Policy
VERSION
$Revision: 1.4 $ on $Date: 2005/06/15 10:40:21 $ by $Author: simonf $
AUTHOR
John Alden <cpan _at_ bbc _dot_ co _dot_ uk>
COPYRIGHT
(c) BBC 2005. This program is free software; you can redistribute it and/or modify it under the GNU GPL. See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt perl v5.8.8 2005-06-15 File::Slurp::WithinPolicy(3pm)
Related Man Pages
file::slurp(3) - mojave
file::slurp::unicode(3pm) - debian
file::slurp::withinpolicy(3pm) - debian
file::spec::functions(3pm) - debian
perl6::slurp(3pm) - debian
Similar Topics in the Unix Linux Community
File is not empty?
File Compare and Create New File with Diff
Show the Difference between two files
Adding Leading Zero with Right Justified and Removing Duplicates
Match a line in File 1 with Column in File 2 and print whole line in file 2 when matched