Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / ExtUtils / Constant / Utils.html
blob4f69dd23f49f373c2276e9682501bf9e13122c06
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#description">DESCRIPTION</a></li>
25 <li><a href="#usage">USAGE</a></li>
26 <li><a href="#author">AUTHOR</a></li>
27 </ul>
28 <!-- INDEX END -->
30 <hr />
31 <p>
32 </p>
33 <h1><a name="name">NAME</a></h1>
34 <p>ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant</p>
35 <p>
36 </p>
37 <hr />
38 <h1><a name="synopsis">SYNOPSIS</a></h1>
39 <pre>
40 use ExtUtils::Constant::Utils qw (C_stringify);
41 $C_code = C_stringify $stuff;</pre>
42 <p>
43 </p>
44 <hr />
45 <h1><a name="description">DESCRIPTION</a></h1>
46 <p>ExtUtils::Constant::Utils packages up utility subroutines used by
47 ExtUtils::Constant, ExtUtils::Constant::Base and derived classes. All its
48 functions are explicitly exportable.</p>
49 <p>
50 </p>
51 <hr />
52 <h1><a name="usage">USAGE</a></h1>
53 <dl>
54 <dt><strong><a name="item_c_stringify_name">C_stringify NAME</a></strong>
56 <dd>
57 <p>A function which returns a 7 bit ASCII correctly \ escaped version of the
58 string passed suitable for C's ``'' or ''. It will die if passed Unicode
59 characters.</p>
60 </dd>
61 </li>
62 <dt><strong><a name="item_perl_stringify">perl_stringify NAME</a></strong>
64 <dd>
65 <p>A function which returns a 7 bit ASCII correctly \ escaped version of the
66 string passed suitable for a perl ``'' string.</p>
67 </dd>
68 </li>
69 </dl>
70 <p>
71 </p>
72 <hr />
73 <h1><a name="author">AUTHOR</a></h1>
74 <p>Nicholas Clark &lt;<a href="mailto:nick@ccl4.org">nick@ccl4.org</a>&gt; based on the code in <code>h2xs</code> by Larry Wall and
75 others</p>
76 <table border="0" width="100%" cellspacing="0" cellpadding="3">
77 <tr><td class="block" style="background-color: #cccccc" valign="middle">
78 <big><strong><span class="block">&nbsp;ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant</span></strong></big>
79 </td></tr>
80 </table>
82 </body>
84 </html>