Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

extutils::mm_any(3pm) [redhat man page]

ExtUtils::MM_Any(3pm)					 Perl Programmers Reference Guide				     ExtUtils::MM_Any(3pm)

NAME
ExtUtils::MM_Any - Platform agnostic MM methods SYNOPSIS
FOR INTERNAL USE ONLY! package ExtUtils::MM_SomeOS; # Temporarily, you have to subclass both. Put MM_Any first. require ExtUtils::MM_Any; require ExtUtils::MM_Unix; @ISA = qw(ExtUtils::MM_Any ExtUtils::Unix); DESCRIPTION
FOR INTERNAL USE ONLY! ExtUtils::MM_Any is a superclass for the ExtUtils::MM_* set of modules. It contains methods which are either inherently cross-platform or are written in a cross-platform manner. Subclass off of ExtUtils::MM_Any and ExtUtils::MM_Unix. This is a temporary solution. THIS MAY BE TEMPORARY! Inherently Cross-Platform Methods These are methods which are by their nature cross-platform and should always be cross-platform. File::Spec wrappers DEPRECATED The following methods are deprecated wrappers around File::Spec functions. They exist from before File::Spec did and in fact are from which File::Spec sprang. They are all deprecated. Please use File::Spec directly. canonpath catdir catfile curdir file_name_is_absolute path rootdir updir Thought To Be Cross-Platform Methods These are methods which are thought to be cross-platform by virtue of having been written in a way to avoid incompatibilities. test_via_harness my $command = $mm->test_via_harness($perl, $tests); Returns a $command line which runs the given set of $tests with Test::Harness and the given $perl. Used on the t/*.t files. test_via_script my $command = $mm->test_via_script($perl, $script); Returns a $command line which just runs a single test without Test::Harness. No checks are done on the results, they're just printed. Used for test.pl, since they don't always follow Test::Harness formatting. AUTHOR
Michael G Schwern <schwern@pobox.com> with code from ExtUtils::MM_Unix and ExtUtils::MM_Win32. perl v5.8.0 2002-06-01 ExtUtils::MM_Any(3pm)

Check Out this Related Man Page

ExtUtils::XSpp::Parser(3pm)				User Contributed Perl Documentation			       ExtUtils::XSpp::Parser(3pm)

NAME
ExtUtils::XSpp::Parser - an XS++ parser ExtUtils::XSpp::Parser::new( file => path ) Create a new XS++ parser. ExtUtils::XSpp::Parser::parse Parse the file data; returns true on success, false otherwise, on failure "get_errors" will return the list of errors. ExtUtils::XSpp::Parser::get_data Returns a list containing the parsed data. Each item of the list is a subclass of "ExtUtils::XSpp::Node" ExtUtils::XSpp::Parser::get_errors Returns the parsing errors as an array. ExtUtils::XSpp::Parser::load_plugin Loads the specified plugin and calls its "register_plugin" method. ExtUtils::XSpp::Parser::add_post_process_plugin Adds the specified plugin to be called after parsing is complete to modify the parse tree before it is emitted. ExtUtils::XSpp::Parser::add_class_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a class. ExtUtils::XSpp::Parser::add_function_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a function. ExtUtils::XSpp::Parser::add_method_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a function. ExtUtils::XSpp::Parser::add_toplevel_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo top level directives. perl v5.14.2 2011-12-20 ExtUtils::XSpp::Parser(3pm)
Man Page

13 More Discussions You Might Find Interesting

1. Programming

C++ on True Unix Platform

Hi all: I would like to get some details about development using C++ on TRUE Unix platform. Can anyone help me ?? Thanks, -Mandar (2 Replies)
Discussion started by: mandar3
2 Replies

2. Post Here to Contact Site Administrators and Moderators

Cross Posting

In regards to this post: https://www.unix.com/showthread.php?s=&threadid=10372 it may be advisable to inform new members about the repercussions of cross-posting. (9 Replies)
Discussion started by: Karma
9 Replies

3. UNIX for Dummies Questions & Answers

a system call for sed in a awk script

Hi, this is my test file : DELETE FROM TABLE WHERE ID_INTERNAL = :TABLE.ID-INTERNAL, ID-INTERNAL-CRAZY ID-INTERNAL-OPEN ID-INTERNAL /ID-INTERNAL/ I want all occurences of ID-INTERNAL replaced with a one, if ID-INTERNAL has and dash afer it , dont replace it example:... (6 Replies)
Discussion started by: seaten
6 Replies

4. UNIX for Dummies Questions & Answers

sed help

I would like to connect two lines together if there is a colon on the first line. for example: : INTERNAL should be :INTERNAL if for example it was all one line : INTERNAL I can change that easily enough by doing this sed 's/: */:/', it's more tricky if it is on seperate... (5 Replies)
Discussion started by: seaten
5 Replies

5. Shell Programming and Scripting

files cross over

I have many files (File 1, File 2, File 3, ...) in same directory. The format of all these files are same. What I would like to do is to combine all these files into a single file via cross over. Example) >>File 1 look like this. f1 01 1.0 f1 02 2.0 f1 03 3.0 f1 04 4.0 f1 05 5.0 f1 06... (2 Replies)
Discussion started by: Jae
2 Replies

6. Programming

Ideas Please (File Sequencing)

Hello All Hope someone can help me with an idea or two on how to approach the following situation; I currently have a process that generates sequenced files. The sequencing is very important and skipping sequences are not allowed. The applicaton has a single thread that consume data produced... (9 Replies)
Discussion started by: bcpkvh
9 Replies

7. UNIX for Dummies Questions & Answers

Test....

hi! it's possible to test if a user exist or not? does exist something like -d for directories? i thought i could use getenv but i don't know how to use it for this purpose... how can i verify if a variable is a number and not a generic string? i can't use regex, since i'm using bash shell :( ... (3 Replies)
Discussion started by: Kaminski
3 Replies

8. UNIX for Advanced & Expert Users

please recommend books or articles on cross-platform portable code

I have know some items on cross-platform portable byte order alignment I don't know if there are books or articles on this topic. your recommendation is appreciated (1 Reply)
Discussion started by: zhongyj
1 Replies

9. Shell Programming and Scripting

Read Single Value From File With Perl

Hi all, I have what I would have thought was a very simple problem but I can' find an elegant solution. I have a file which has a single value you in it, say 194. All I want my perl script to do is open the file, read the value and assign that value to a variable. I've done stuff like... (1 Reply)
Discussion started by: Donkey25
1 Replies

10. What is on Your Mind?

Please Donate to the Red Cross for Earthquake and Tsunami Relief in Japan

Dear Forum Members, The UNIX and Linux Forums are working directly with the Red Cross to provide ad banners on our site to support Earthquake and Tsunami Relief in Japan. Registered users do not see these banners. However, if you wish to contribute directly on behalf of yourself and the... (8 Replies)
Discussion started by: Neo
8 Replies

11. UNIX for Dummies Questions & Answers

Really simple cross-platform database?

I'm looking for a really simple to use lightweight database. Ideally something open-source that stores data in a (semi-) human-readable format, in case the software isn't working. Something cross-platform enough that I can use it on my Linux machine, my Mac, or stick it on a USB stick and... (2 Replies)
Discussion started by: emdan
2 Replies

12. UNIX for Dummies Questions & Answers

[Solved] Tru64 vm

Hi, One of our old Digital Alpha Server has died (CPU Failure). I want to recover a file from that server. Backups were done via Networker, however, cross platform recovery is not supported and I don't have any other TRU64 server available. Is there a VM or Emulator available which can get... (1 Reply)
Discussion started by: Mack1982
1 Replies

13. UNIX for Dummies Questions & Answers

Replace with last date update

Dear Masters, I have file input 20140901|Cross Nation|Asia 20140908|Cross Region|Europe 20140905|Cross Nation|Europe I want to replace column 1 with the last date update, so my output should be like 20140908|Cross Nation|Asia 20140908|Cross Region|Europe 20140908|Cross Nation|Europe ... (7 Replies)
Discussion started by: radius
7 Replies