FreeBSD Manual Pages
File::Util::Interface:UsereContributed Perl DoFile::Util::Interface::Modern(3) NAME File::Util::Interface::Modern - Modern call interface to File::Util VERSION version 4.161950 DESCRIPTION Provides a ::Modern-style interface for argument passing to and between the public and private methods of File::Util. Whereas call syntax used to only work like this: some_method( main_arg => value, qw/ --opt=value --patern=^foo --flag / ) This module allows File::Util to work with calls that are more consistent with current practices in Perl, like this: some_method( main_arg => { arg => value, opt => value, flag => 1 } ); -or- some_method( '/var/log' => { match => [ qr/.*\.log/, qr/access|error/ ] } ) Users, don't use this module by itself. It is intended for internal use only. perl v5.32.1 2016-07-13 File::Util::Interface::Modern(3)
NAME | VERSION | DESCRIPTION
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=File::Util::Interface::Modern&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>