debian man page for wx::build::utils

Query: wx::build::utils

OS: debian

Section: 3pm

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

build::Wx::build::Utils(3pm)				User Contributed Perl Documentation			      build::Wx::build::Utils(3pm)

NAME
Wx::build::Utils - utility routines
SUBROUTINES
xs_dependencies my %dependencies = xs_dependencies( $mm_object, [ 'dir1', 'dir2' ] ); obj_from_src my @obj_files = obj_from_src( 'Foo.xs', 'bar.c', 'cpp/bar.cpp' ); Calculates the object file name from the source file name. In scalar context returns the first file. write_string, write_file write_string( 'file', $scalar ); write_file( 'file', $scalar ); Like File::Slurp. read_file my $string = read_file( 'file' ); lib_file, arch_file, arch_auto_file my $file = lib_file( 'Foo.pm' ); # blib/lib/Foo.pm on *nix my $file = lib_file( 'Foo/Bar.pm' ); # bliblibFooBar.pm on Win32 my $file = arch_auto_file( 'MyMy.dll' ); # blibarchautoMyMy.dll All input paths must be relative, output paths may be absolute. path_search my $file = path_search( 'foo.exe' ); Searches PATH for the given executable. files_with_constants my @files = files_with_constants; Finds files containing constants files_with_overload my @files = files_with_overload; Finds files containing overloaded XS/Perl subroutines perl v5.14.2 2010-06-06 build::Wx::build::Utils(3pm)
Related Man Pages
cpanplus::internals::utils(3pm) - mojave
module::corelist::utils(3pm) - mojave
rg::utils::hssp_filter(3pm) - debian
perl::critic::policy::variables::requireinitializationforlocalva(3pm) - debian
cpanplus::internals::utils(3pm) - suse
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Introduction
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com