Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

Tools

Devel::PPPort

Perl 5 version 14.1 documentation
Recently read

Devel::PPPort

NAME

Devel::PPPort - Perl/Pollution/Portability

SYNOPSIS

  1. Devel::PPPort::WriteFile(); # defaults to ./ppport.h
  2. Devel::PPPort::WriteFile('someheader.h');

DESCRIPTION

Perl's API has changed over time, gaining new features, new functions, increasing its flexibility, and reducing the impact on the C namespace environment (reduced pollution). The header file written by this module, typically ppport.h, attempts to bring some of the newer Perl API features to older versions of Perl, so that you can worry less about keeping track of old releases, but users can still reap the benefit.

Devel::PPPort contains a single function, called WriteFile . Its only purpose is to write the ppport.h C header file. This file contains a series of macros and, if explicitly requested, functions that allow XS modules to be built using older versions of Perl. Currently, Perl versions from 5.003 to 5.10.0 are supported.

This module is used by h2xs to write the file ppport.h.

Why use ppport.h?

You should use ppport.h in modern code so that your code will work with the widest range of Perl interpreters possible, without significant additional work.

You should attempt older code to fully use ppport.h, because the reduced pollution of newer Perl versions is an important thing. It's so important that the old polluting ways of original Perl modules will not be supported very far into the future, and your module will almost certainly break! By adapting to it now, you'll gain compatibility and a sense of having done the electronic ecology some good.

How to use ppport.h

Don't direct the users of your module to download Devel::PPPort . They are most probably no XS writers. Also, don't make ppport.h optional. Rather, just take the most recent copy of ppport.h that you can find (e.g. by generating it with the latest Devel::PPPort release from CPAN), copy it into your project, adjust your project to use it, and distribute the header along with your module.

Running ppport.h

But ppport.h is more than just a C header. It's also a Perl script that can check your source code. It will suggest hints and portability notes, and can even make suggestions on how to change your code. You can run it like any other Perl program:

  1. perl ppport.h [options] [files]

It also has embedded documentation, so you can use

  1. perldoc ppport.h

to find out more about how to use it.

FUNCTIONS

WriteFile

WriteFile takes one optional argument. When called with one argument, it expects to be passed a filename. When called with no arguments, it defaults to the filename ppport.h.

The function returns a true value if the file was written successfully. Otherwise it returns a false value.

COMPATIBILITY

ppport.h supports Perl versions from 5.003 to 5.10.0 in threaded and non-threaded configurations.

Provided Perl compatibility API

The header file written by this module, typically ppport.h, provides access to the following elements of the Perl API that is not available in older Perl releases:

  1. _aMY_CXT
  2. _pMY_CXT
  3. aMY_CXT
  4. aMY_CXT_
  5. aTHX
  6. aTHX_
  7. aTHXR
  8. aTHXR_
  9. AvFILLp
  10. boolSV
  11. call_argv
  12. call_method
  13. call_pv
  14. call_sv
  15. ckWARN
  16. CopFILE
  17. CopFILE_set
  18. CopFILEAV
  19. CopFILEGV
  20. CopFILEGV_set
  21. CopFILESV
  22. CopSTASH
  23. CopSTASH_eq
  24. CopSTASH_set
  25. CopSTASHPV
  26. CopSTASHPV_set
  27. CopyD
  28. CPERLscope
  29. dAX
  30. dAXMARK
  31. DEFSV
  32. DEFSV_set
  33. dITEMS
  34. dMY_CXT
  35. dMY_CXT_SV
  36. dNOOP
  37. dTHR
  38. dTHX
  39. dTHXa
  40. dTHXoa
  41. dTHXR
  42. dUNDERBAR
  43. dVAR
  44. dXCPT
  45. dXSTARG
  46. END_EXTERN_C
  47. ERRSV
  48. eval_pv
  49. eval_sv
  50. EXTERN_C
  51. G_METHOD
  52. get_av
  53. get_cv
  54. get_hv
  55. get_sv
  56. grok_bin
  57. grok_hex
  58. grok_number
  59. GROK_NUMERIC_RADIX
  60. grok_numeric_radix
  61. grok_oct
  62. gv_fetchpvn_flags
  63. gv_fetchpvs
  64. gv_stashpvn
  65. gv_stashpvs
  66. GvSVn
  67. hv_fetchs
  68. hv_stores
  69. HvNAME_get
  70. HvNAMELEN_get
  71. IN_LOCALE
  72. IN_LOCALE_COMPILETIME
  73. IN_LOCALE_RUNTIME
  74. IN_PERL_COMPILETIME
  75. INT2PTR
  76. IS_NUMBER_GREATER_THAN_UV_MAX
  77. IS_NUMBER_IN_UV
  78. IS_NUMBER_INFINITY
  79. IS_NUMBER_NAN
  80. IS_NUMBER_NEG
  81. IS_NUMBER_NOT_INT
  82. isALNUMC
  83. isASCII
  84. isBLANK
  85. isCNTRL
  86. isGRAPH
  87. isGV_with_GP
  88. isPRINT
  89. isPSXSPC
  90. isPUNCT
  91. isXDIGIT
  92. IVdf
  93. IVSIZE
  94. IVTYPE
  95. load_module
  96. memEQ
  97. memNE
  98. MoveD
  99. mPUSHi
  100. mPUSHn
  101. mPUSHp
  102. mPUSHs
  103. mPUSHu
  104. mXPUSHi
  105. mXPUSHn
  106. mXPUSHp
  107. mXPUSHs
  108. mXPUSHu
  109. MY_CXT
  110. MY_CXT_CLONE
  111. MY_CXT_INIT
  112. my_snprintf
  113. my_sprintf
  114. my_strlcat
  115. my_strlcpy
  116. newCONSTSUB
  117. newRV_inc
  118. newRV_noinc
  119. newSV_type
  120. newSVpvn
  121. newSVpvn_flags
  122. newSVpvn_share
  123. newSVpvn_utf8
  124. newSVpvs
  125. newSVpvs_flags
  126. newSVuv
  127. Newx
  128. Newxc
  129. Newxz
  130. NOOP
  131. NUM2PTR
  132. NVef
  133. NVff
  134. NVgf
  135. NVTYPE
  136. packWARN
  137. PERL_ABS
  138. PERL_BCDVERSION
  139. PERL_GCC_BRACE_GROUPS_FORBIDDEN
  140. PERL_HASH
  141. PERL_INT_MAX
  142. PERL_INT_MIN
  143. PERL_LONG_MAX
  144. PERL_LONG_MIN
  145. PERL_MAGIC_arylen
  146. PERL_MAGIC_backref
  147. PERL_MAGIC_bm
  148. PERL_MAGIC_collxfrm
  149. PERL_MAGIC_dbfile
  150. PERL_MAGIC_dbline
  151. PERL_MAGIC_defelem
  152. PERL_MAGIC_env
  153. PERL_MAGIC_envelem
  154. PERL_MAGIC_ext
  155. PERL_MAGIC_fm
  156. PERL_MAGIC_glob
  157. PERL_MAGIC_isa
  158. PERL_MAGIC_isaelem
  159. PERL_MAGIC_mutex
  160. PERL_MAGIC_nkeys
  161. PERL_MAGIC_overload
  162. PERL_MAGIC_overload_elem
  163. PERL_MAGIC_overload_table
  164. PERL_MAGIC_pos
  165. PERL_MAGIC_qr
  166. PERL_MAGIC_regdata
  167. PERL_MAGIC_regdatum
  168. PERL_MAGIC_regex_global
  169. PERL_MAGIC_shared
  170. PERL_MAGIC_shared_scalar
  171. PERL_MAGIC_sig
  172. PERL_MAGIC_sigelem
  173. PERL_MAGIC_substr
  174. PERL_MAGIC_sv
  175. PERL_MAGIC_taint
  176. PERL_MAGIC_tied
  177. PERL_MAGIC_tiedelem
  178. PERL_MAGIC_tiedscalar
  179. PERL_MAGIC_utf8
  180. PERL_MAGIC_uvar
  181. PERL_MAGIC_uvar_elem
  182. PERL_MAGIC_vec
  183. PERL_MAGIC_vstring
  184. PERL_PV_ESCAPE_ALL
  185. PERL_PV_ESCAPE_FIRSTCHAR
  186. PERL_PV_ESCAPE_NOBACKSLASH
  187. PERL_PV_ESCAPE_NOCLEAR
  188. PERL_PV_ESCAPE_QUOTE
  189. PERL_PV_ESCAPE_RE
  190. PERL_PV_ESCAPE_UNI
  191. PERL_PV_ESCAPE_UNI_DETECT
  192. PERL_PV_PRETTY_DUMP
  193. PERL_PV_PRETTY_ELLIPSES
  194. PERL_PV_PRETTY_LTGT
  195. PERL_PV_PRETTY_NOCLEAR
  196. PERL_PV_PRETTY_QUOTE
  197. PERL_PV_PRETTY_REGPROP
  198. PERL_QUAD_MAX
  199. PERL_QUAD_MIN
  200. PERL_REVISION
  201. PERL_SCAN_ALLOW_UNDERSCORES
  202. PERL_SCAN_DISALLOW_PREFIX
  203. PERL_SCAN_GREATER_THAN_UV_MAX
  204. PERL_SCAN_SILENT_ILLDIGIT
  205. PERL_SHORT_MAX
  206. PERL_SHORT_MIN
  207. PERL_SIGNALS_UNSAFE_FLAG
  208. PERL_SUBVERSION
  209. PERL_UCHAR_MAX
  210. PERL_UCHAR_MIN
  211. PERL_UINT_MAX
  212. PERL_UINT_MIN
  213. PERL_ULONG_MAX
  214. PERL_ULONG_MIN
  215. PERL_UNUSED_ARG
  216. PERL_UNUSED_CONTEXT
  217. PERL_UNUSED_DECL
  218. PERL_UNUSED_VAR
  219. PERL_UQUAD_MAX
  220. PERL_UQUAD_MIN
  221. PERL_USE_GCC_BRACE_GROUPS
  222. PERL_USHORT_MAX
  223. PERL_USHORT_MIN
  224. PERL_VERSION
  225. Perl_warner
  226. Perl_warner_nocontext
  227. PERLIO_FUNCS_CAST
  228. PERLIO_FUNCS_DECL
  229. PL_bufend
  230. PL_bufptr
  231. PL_compiling
  232. PL_copline
  233. PL_curcop
  234. PL_curstash
  235. PL_DBsignal
  236. PL_DBsingle
  237. PL_DBsub
  238. PL_DBtrace
  239. PL_debstash
  240. PL_defgv
  241. PL_diehook
  242. PL_dirty
  243. PL_dowarn
  244. PL_errgv
  245. PL_error_count
  246. PL_expect
  247. PL_hexdigit
  248. PL_hints
  249. PL_in_my
  250. PL_in_my_stash
  251. PL_laststatval
  252. PL_lex_state
  253. PL_lex_stuff
  254. PL_linestr
  255. PL_na
  256. PL_no_modify
  257. PL_parser
  258. PL_perl_destruct_level
  259. PL_perldb
  260. PL_ppaddr
  261. PL_rsfp
  262. PL_rsfp_filters
  263. PL_signals
  264. PL_stack_base
  265. PL_stack_sp
  266. PL_statcache
  267. PL_stdingv
  268. PL_Sv
  269. PL_sv_arenaroot
  270. PL_sv_no
  271. PL_sv_undef
  272. PL_sv_yes
  273. PL_tainted
  274. PL_tainting
  275. PL_tokenbuf
  276. pMY_CXT
  277. pMY_CXT_
  278. Poison
  279. PoisonFree
  280. PoisonNew
  281. PoisonWith
  282. pTHX
  283. pTHX_
  284. PTR2IV
  285. PTR2nat
  286. PTR2NV
  287. PTR2ul
  288. PTR2UV
  289. PTRV
  290. PUSHmortal
  291. PUSHu
  292. pv_display
  293. pv_escape
  294. pv_pretty
  295. SAVE_DEFSV
  296. START_EXTERN_C
  297. START_MY_CXT
  298. STMT_END
  299. STMT_START
  300. STR_WITH_LEN
  301. sv_2pv_flags
  302. sv_2pv_nolen
  303. sv_2pvbyte
  304. sv_2pvbyte_nolen
  305. sv_2uv
  306. sv_catpv_mg
  307. sv_catpvf_mg
  308. sv_catpvf_mg_nocontext
  309. sv_catpvn_mg
  310. sv_catpvn_nomg
  311. sv_catpvs
  312. sv_catsv_mg
  313. sv_catsv_nomg
  314. SV_CONST_RETURN
  315. SV_COW_DROP_PV
  316. SV_COW_SHARED_HASH_KEYS
  317. SV_GMAGIC
  318. SV_HAS_TRAILING_NUL
  319. SV_IMMEDIATE_UNREF
  320. sv_magic_portable
  321. SV_MUTABLE_RETURN
  322. SV_NOSTEAL
  323. sv_pvn_force_flags
  324. sv_pvn_nomg
  325. sv_setiv_mg
  326. sv_setnv_mg
  327. sv_setpv_mg
  328. sv_setpvf_mg
  329. sv_setpvf_mg_nocontext
  330. sv_setpvn_mg
  331. sv_setpvs
  332. sv_setsv_mg
  333. sv_setsv_nomg
  334. sv_setuv
  335. sv_setuv_mg
  336. SV_SMAGIC
  337. sv_usepvn_mg
  338. SV_UTF8_NO_ENCODING
  339. sv_uv
  340. sv_vcatpvf
  341. sv_vcatpvf_mg
  342. sv_vsetpvf
  343. sv_vsetpvf_mg
  344. SVf
  345. SVf_UTF8
  346. SVfARG
  347. SvGETMAGIC
  348. SvIV_nomg
  349. SvMAGIC_set
  350. SvPV_const
  351. SvPV_flags
  352. SvPV_flags_const
  353. SvPV_flags_const_nolen
  354. SvPV_flags_mutable
  355. SvPV_force
  356. SvPV_force_flags
  357. SvPV_force_flags_mutable
  358. SvPV_force_flags_nolen
  359. SvPV_force_mutable
  360. SvPV_force_nolen
  361. SvPV_force_nomg
  362. SvPV_force_nomg_nolen
  363. SvPV_mutable
  364. SvPV_nolen
  365. SvPV_nolen_const
  366. SvPV_nomg
  367. SvPV_nomg_const
  368. SvPV_nomg_const_nolen
  369. SvPV_renew
  370. SvPVbyte
  371. SvPVX_const
  372. SvPVX_mutable
  373. SvREFCNT_inc
  374. SvREFCNT_inc_NN
  375. SvREFCNT_inc_simple
  376. SvREFCNT_inc_simple_NN
  377. SvREFCNT_inc_simple_void
  378. SvREFCNT_inc_simple_void_NN
  379. SvREFCNT_inc_void
  380. SvREFCNT_inc_void_NN
  381. SvRV_set
  382. SvSHARED_HASH
  383. SvSTASH_set
  384. SvUOK
  385. SvUV
  386. SvUV_nomg
  387. SvUV_set
  388. SvUVX
  389. SvUVx
  390. SvUVXx
  391. SvVSTRING_mg
  392. UNDERBAR
  393. UTF8_MAXBYTES
  394. UVof
  395. UVSIZE
  396. UVTYPE
  397. UVuf
  398. UVXf
  399. UVxf
  400. vload_module
  401. vnewSVpvf
  402. WARN_ALL
  403. WARN_AMBIGUOUS
  404. WARN_ASSERTIONS
  405. WARN_BAREWORD
  406. WARN_CLOSED
  407. WARN_CLOSURE
  408. WARN_DEBUGGING
  409. WARN_DEPRECATED
  410. WARN_DIGIT
  411. WARN_EXEC
  412. WARN_EXITING
  413. WARN_GLOB
  414. WARN_INPLACE
  415. WARN_INTERNAL
  416. WARN_IO
  417. WARN_LAYER
  418. WARN_MALLOC
  419. WARN_MISC
  420. WARN_NEWLINE
  421. WARN_NUMERIC
  422. WARN_ONCE
  423. WARN_OVERFLOW
  424. WARN_PACK
  425. WARN_PARENTHESIS
  426. WARN_PIPE
  427. WARN_PORTABLE
  428. WARN_PRECEDENCE
  429. WARN_PRINTF
  430. WARN_PROTOTYPE
  431. WARN_QW
  432. WARN_RECURSION
  433. WARN_REDEFINE
  434. WARN_REGEXP
  435. WARN_RESERVED
  436. WARN_SEMICOLON
  437. WARN_SEVERE
  438. WARN_SIGNAL
  439. WARN_SUBSTR
  440. WARN_SYNTAX
  441. WARN_TAINT
  442. WARN_THREADS
  443. WARN_UNINITIALIZED
  444. WARN_UNOPENED
  445. WARN_UNPACK
  446. WARN_UNTIE
  447. WARN_UTF8
  448. WARN_VOID
  449. warner
  450. XCPT_CATCH
  451. XCPT_RETHROW
  452. XCPT_TRY_END
  453. XCPT_TRY_START
  454. XPUSHmortal
  455. XPUSHu
  456. XSprePUSH
  457. XSPROTO
  458. XSRETURN
  459. XSRETURN_UV
  460. XST_mUV
  461. ZeroD

Perl API not supported by ppport.h

There is still a big part of the API not supported by ppport.h. Either because it doesn't make sense to back-port that part of the API, or simply because it hasn't been implemented yet. Patches welcome!

Here's a list of the currently unsupported API, and also the version of Perl below which it is unsupported:

  • perl 5.11.0
    1. HeUTF8
    2. MULTICALL
    3. PERL_SYS_TERM
    4. POP_MULTICALL
    5. PUSH_MULTICALL
    6. SvOOK_offset
    7. av_iter_p
    8. croak_xs_usage
    9. fetch_cop_label
    10. gv_fetchmethod_flags
    11. hv_assert
    12. mro_get_from_name
    13. mro_get_private_data
    14. mro_register
    15. mro_set_mro
    16. mro_set_private_data
    17. pad_sv
    18. pregfree2
    19. ref
    20. save_adelete
    21. save_helem_flags
    22. save_padsv_and_mortalize
    23. save_pushptr
    24. stashpv_hvname_match
    25. sv_insert_flags
    26. sv_utf8_upgrade_flags_grow
  • perl 5.10.0
    1. hv_common
    2. hv_common_key_len
    3. sv_destroyable
    4. sys_init
    5. sys_init3
    6. sys_term
  • perl 5.9.5
    1. Perl_signbit
    2. SvRX
    3. SvRXOK
    4. av_create_and_push
    5. av_create_and_unshift_one
    6. get_cvn_flags
    7. gv_fetchfile_flags
    8. mro_get_linear_isa
    9. mro_method_changed_in
    10. my_dirfd
    11. pregcomp
    12. ptr_table_clear
    13. ptr_table_fetch
    14. ptr_table_free
    15. ptr_table_new
    16. ptr_table_split
    17. ptr_table_store
    18. re_compile
    19. re_intuit_start
    20. reg_named_buff_all
    21. reg_named_buff_exists
    22. reg_named_buff_fetch
    23. reg_named_buff_firstkey
    24. reg_named_buff_nextkey
    25. reg_named_buff_scalar
    26. regfree_internal
    27. savesharedpvn
    28. scan_vstring
    29. upg_version
  • perl 5.9.4
    1. PerlIO_context_layers
    2. gv_name_set
    3. my_vsnprintf
    4. newXS_flags
    5. regclass_swash
    6. sv_does
    7. sv_usepvn_flags
  • perl 5.9.3
    1. av_arylen_p
    2. ckwarn
    3. ckwarn_d
    4. csighandler
    5. dMULTICALL
    6. doref
    7. gv_const_sv
    8. hv_eiter_p
    9. hv_eiter_set
    10. hv_name_set
    11. hv_placeholders_get
    12. hv_placeholders_p
    13. hv_placeholders_set
    14. hv_riter_p
    15. hv_riter_set
    16. is_utf8_string_loclen
    17. newGIVENOP
    18. newSVhek
    19. newSVpvs_share
    20. newWHENOP
    21. newWHILEOP
    22. savepvs
    23. sortsv_flags
    24. vverify
  • perl 5.9.2
    1. SvPVbyte_force
    2. find_rundefsvoffset
    3. gv_fetchsv
    4. op_refcnt_lock
    5. op_refcnt_unlock
    6. savesvpv
    7. vnormal
  • perl 5.9.1
    1. hv_clear_placeholders
    2. hv_scalar
    3. scan_version
    4. sv_2iv_flags
    5. sv_2uv_flags
  • perl 5.9.0
    1. new_version
    2. save_set_svflags
    3. vcmp
    4. vnumify
    5. vstringify
  • perl 5.8.3
    1. SvIsCOW
    2. SvIsCOW_shared_hash
  • perl 5.8.1
    1. SvVOK
    2. doing_taint
    3. find_runcv
    4. is_utf8_string_loc
    5. packlist
    6. save_bool
    7. savestack_grow_cnt
    8. seed
    9. sv_cat_decode
    10. sv_compile_2op
    11. sv_setpviv
    12. sv_setpviv_mg
    13. unpackstring
  • perl 5.8.0
    1. hv_iternext_flags
    2. hv_store_flags
    3. is_utf8_idcont
    4. nothreadhook
  • perl 5.7.3
    1. PerlIO_clearerr
    2. PerlIO_close
    3. PerlIO_eof
    4. PerlIO_error
    5. PerlIO_fileno
    6. PerlIO_fill
    7. PerlIO_flush
    8. PerlIO_get_base
    9. PerlIO_get_bufsiz
    10. PerlIO_get_cnt
    11. PerlIO_get_ptr
    12. PerlIO_read
    13. PerlIO_seek
    14. PerlIO_set_cnt
    15. PerlIO_set_ptrcnt
    16. PerlIO_setlinebuf
    17. PerlIO_stderr
    18. PerlIO_stdin
    19. PerlIO_stdout
    20. PerlIO_tell
    21. PerlIO_unread
    22. PerlIO_write
    23. SvLOCK
    24. SvSHARE
    25. SvUNLOCK
    26. atfork_lock
    27. atfork_unlock
    28. custom_op_desc
    29. custom_op_name
    30. deb
    31. debstack
    32. debstackptrs
    33. gv_fetchmeth_autoload
    34. ibcmp_utf8
    35. my_fork
    36. my_socketpair
    37. pack_cat
    38. perl_destruct
    39. pv_uni_display
    40. save_shared_pvref
    41. savesharedpv
    42. sortsv
    43. sv_copypv
    44. sv_magicext
    45. sv_nolocking
    46. sv_nosharing
    47. sv_recode_to_utf8
    48. sv_uni_display
    49. to_uni_fold
    50. to_uni_lower
    51. to_uni_title
    52. to_uni_upper
    53. to_utf8_case
    54. to_utf8_fold
    55. to_utf8_lower
    56. to_utf8_title
    57. to_utf8_upper
    58. unpack_str
    59. uvchr_to_utf8_flags
    60. uvuni_to_utf8_flags
    61. vdeb
  • perl 5.7.2
    1. calloc
    2. getcwd_sv
    3. init_tm
    4. malloc
    5. mfree
    6. mini_mktime
    7. my_atof2
    8. my_strftime
    9. op_null
    10. realloc
    11. sv_catpvn_flags
    12. sv_catsv_flags
    13. sv_setsv_flags
    14. sv_utf8_upgrade_flags
    15. sv_utf8_upgrade_nomg
    16. swash_fetch
  • perl 5.7.1
    1. POPpbytex
    2. bytes_from_utf8
    3. despatch_signals
    4. do_openn
    5. gv_handler
    6. is_lvalue_sub
    7. my_popen_list
    8. save_mortalizesv
    9. scan_num
    10. sv_force_normal_flags
    11. sv_setref_uv
    12. sv_unref_flags
    13. sv_utf8_upgrade
    14. utf8_length
    15. utf8_to_uvchr
    16. utf8_to_uvuni
    17. utf8n_to_uvuni
    18. uvuni_to_utf8
  • perl 5.6.1
    1. SvGAMAGIC
    2. apply_attrs_string
    3. bytes_to_utf8
    4. gv_efullname4
    5. gv_fullname4
    6. is_utf8_string
    7. save_generic_pvref
    8. utf16_to_utf8
    9. utf16_to_utf8_reversed
    10. utf8_to_bytes
  • perl 5.6.0
    1. PERL_SYS_INIT3
    2. SvIOK_UV
    3. SvIOK_notUV
    4. SvIOK_only_UV
    5. SvPOK_only_UTF8
    6. SvPVbyte_nolen
    7. SvPVbytex
    8. SvPVbytex_force
    9. SvPVutf8
    10. SvPVutf8_force
    11. SvPVutf8_nolen
    12. SvPVutf8x
    13. SvPVutf8x_force
    14. SvUOK
    15. SvUTF8
    16. SvUTF8_off
    17. SvUTF8_on
    18. av_delete
    19. av_exists
    20. call_atexit
    21. cast_i32
    22. cast_iv
    23. cast_ulong
    24. cast_uv
    25. do_gv_dump
    26. do_gvgv_dump
    27. do_hv_dump
    28. do_magic_dump
    29. do_op_dump
    30. do_open9
    31. do_pmop_dump
    32. do_sv_dump
    33. dump_all
    34. dump_eval
    35. dump_form
    36. dump_indent
    37. dump_packsubs
    38. dump_sub
    39. dump_vindent
    40. get_context
    41. get_ppaddr
    42. gv_dump
    43. init_i18nl10n
    44. init_i18nl14n
    45. is_uni_alnum
    46. is_uni_alnum_lc
    47. is_uni_alnumc
    48. is_uni_alnumc_lc
    49. is_uni_alpha
    50. is_uni_alpha_lc
    51. is_uni_ascii
    52. is_uni_ascii_lc
    53. is_uni_cntrl
    54. is_uni_cntrl_lc
    55. is_uni_digit
    56. is_uni_digit_lc
    57. is_uni_graph
    58. is_uni_graph_lc
    59. is_uni_idfirst
    60. is_uni_idfirst_lc
    61. is_uni_lower
    62. is_uni_lower_lc
    63. is_uni_print
    64. is_uni_print_lc
    65. is_uni_punct
    66. is_uni_punct_lc
    67. is_uni_space
    68. is_uni_space_lc
    69. is_uni_upper
    70. is_uni_upper_lc
    71. is_uni_xdigit
    72. is_uni_xdigit_lc
    73. is_utf8_alnum
    74. is_utf8_alnumc
    75. is_utf8_alpha
    76. is_utf8_ascii
    77. is_utf8_char
    78. is_utf8_cntrl
    79. is_utf8_digit
    80. is_utf8_graph
    81. is_utf8_idfirst
    82. is_utf8_lower
    83. is_utf8_mark
    84. is_utf8_print
    85. is_utf8_punct
    86. is_utf8_space
    87. is_utf8_upper
    88. is_utf8_xdigit
    89. magic_dump
    90. mess
    91. my_atof
    92. my_fflush_all
    93. newANONATTRSUB
    94. newATTRSUB
    95. newXS
    96. newXSproto
    97. new_collate
    98. new_ctype
    99. new_numeric
    100. op_dump
    101. perl_parse
    102. pmop_dump
    103. re_intuit_string
    104. reginitcolors
    105. require_pv
    106. safesyscalloc
    107. safesysfree
    108. safesysmalloc
    109. safesysrealloc
    110. save_I8
    111. save_alloc
    112. save_destructor
    113. save_destructor_x
    114. save_re_context
    115. save_vptr
    116. scan_bin
    117. set_context
    118. set_numeric_local
    119. set_numeric_radix
    120. set_numeric_standard
    121. str_to_version
    122. sv_2pvutf8
    123. sv_2pvutf8_nolen
    124. sv_force_normal
    125. sv_len_utf8
    126. sv_pos_b2u
    127. sv_pos_u2b
    128. sv_pv
    129. sv_pvbyte
    130. sv_pvbyten
    131. sv_pvbyten_force
    132. sv_pvutf8
    133. sv_pvutf8n
    134. sv_pvutf8n_force
    135. sv_rvweaken
    136. sv_utf8_decode
    137. sv_utf8_downgrade
    138. sv_utf8_encode
    139. swash_init
    140. tmps_grow
    141. to_uni_lower_lc
    142. to_uni_title_lc
    143. to_uni_upper_lc
    144. utf8_distance
    145. utf8_hop
    146. vcroak
    147. vform
    148. vmess
    149. vwarn
    150. vwarner
  • perl 5.005_03
    1. POPpx
    2. get_vtbl
    3. save_generic_svref
  • perl 5.005
    1. PL_modglobal
    2. cx_dump
    3. debop
    4. debprofdump
    5. fbm_compile
    6. fbm_instr
    7. get_op_descs
    8. get_op_names
    9. init_stacks
    10. mg_length
    11. mg_size
    12. newHVhv
    13. new_stackinfo
    14. regdump
    15. regexec_flags
    16. regnext
    17. runops_debug
    18. runops_standard
    19. save_iv
    20. screaminstr
    21. sv_iv
    22. sv_nv
    23. sv_peek
    24. sv_pvn
    25. sv_pvn_nomg
    26. sv_true
  • perl 5.004_05
    1. do_binmode
    2. save_aelem
    3. save_helem
  • perl 5.004
    1. GIMME_V
    2. G_VOID
    3. HEf_SVKEY
    4. HeHASH
    5. HeKEY
    6. HeKLEN
    7. HePV
    8. HeSVKEY
    9. HeSVKEY_force
    10. HeSVKEY_set
    11. HeVAL
    12. SvSetMagicSV
    13. SvSetMagicSV_nosteal
    14. SvSetSV_nosteal
    15. SvTAINTED
    16. SvTAINTED_off
    17. SvTAINTED_on
    18. block_gimme
    19. call_list
    20. cv_const_sv
    21. delimcpy
    22. do_open
    23. form
    24. gv_autoload4
    25. gv_efullname3
    26. gv_fetchmethod_autoload
    27. gv_fullname3
    28. hv_delayfree_ent
    29. hv_delete_ent
    30. hv_exists_ent
    31. hv_fetch_ent
    32. hv_free_ent
    33. hv_iterkeysv
    34. hv_ksplit
    35. hv_store_ent
    36. ibcmp_locale
    37. my_failure_exit
    38. my_memcmp
    39. my_pclose
    40. my_popen
    41. newSVpvf
    42. rsignal
    43. rsignal_state
    44. save_I16
    45. save_gp
    46. share_hek
    47. start_subparse
    48. sv_catpvf
    49. sv_catpvf_mg
    50. sv_cmp_locale
    51. sv_derived_from
    52. sv_gets
    53. sv_magic_portable
    54. sv_setpvf
    55. sv_setpvf_mg
    56. sv_taint
    57. sv_tainted
    58. sv_untaint
    59. sv_vcatpvf
    60. sv_vcatpvf_mg
    61. sv_vcatpvfn
    62. sv_vsetpvf
    63. sv_vsetpvf_mg
    64. sv_vsetpvfn
    65. unsharepvn
    66. vnewSVpvf
    67. warner

BUGS

If you find any bugs, Devel::PPPort doesn't seem to build on your system or any of its tests fail, please use the CPAN Request Tracker at http://rt.cpan.org/ to create a ticket for the module.

AUTHORS

  • Version 1.x of Devel::PPPort was written by Kenneth Albanowski.

  • Version 2.x was ported to the Perl core by Paul Marquess.

  • Version 3.x was ported back to CPAN by Marcus Holland-Moritz.

COPYRIGHT

Version 3.x, Copyright (C) 2004-2009, Marcus Holland-Moritz.

Version 2.x, Copyright (C) 2001, Paul Marquess.

Version 1.x, Copyright (C) 1999, Kenneth Albanowski.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

See h2xs, ppport.h.