FreeBSD Manual Pages
ExtUtils::XSpp::Node::User(Contributed Perl DocumExtUtils::XSpp::Node::File(3) NAME ExtUtils::XSpp::Node::File - Directive that sets the name of the output file DESCRIPTION An ExtUtils::XSpp::Node subclass representing a directive to change the name of the output file: %file{file/to/write/to.xs} A special case is %file{-} which indicates that output should be written to STDOUT. METHODS new Creates a new "ExtUtils::XSpp::Node::File". Named parameters: "file", the path to the file that should be written to (or '-'). ACCESSORS file Returns the path of the file to write to (or "-" for STDOUT). perl v5.32.1 2021-02-28 ExtUtils::XSpp::Node::File(3)
NAME | DESCRIPTION | METHODS | ACCESSORS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ExtUtils::XSpp::Node::File&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>