Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

ExtUtils::Constant::Utils

Name ExtUtils::Constant::Utils
Version 0.03
Located at /usr/share/perl5
File /usr/share/perl5/ExtUtils/Constant/Utils.pm
Is Core Yes
Search CPAN for this module ExtUtils::Constant::Utils
Documentation ExtUtils::Constant::Utils
Module Details ExtUtils::Constant::Utils

NAME

ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant


SYNOPSIS

    use ExtUtils::Constant::Utils qw (C_stringify);
    $C_code = C_stringify $stuff;


DESCRIPTION

ExtUtils::Constant::Utils packages up utility subroutines used by ExtUtils::Constant, ExtUtils::Constant::Base and derived classes. All its functions are explicitly exportable.


USAGE

C_stringify NAME
A function which returns a 7 bit ASCII correctly \ escaped version of the string passed suitable for C's ``'' or ''. It will die if passed Unicode characters.

perl_stringify NAME
A function which returns a 7 bit ASCII correctly \ escaped version of the string passed suitable for a perl ``'' string.


AUTHOR

Nicholas Clark <nick@ccl4.org> based on the code in h2xs by Larry Wall and others

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024