When you asked this in the chatterbox, you should have mentioned "5.003", because then you would have gotten an answer. None of us realized you were talking about such an antique.

http://search.cpan.org/grep?release=perl5.003_07&string=EMBED&n=1

Which mostly points to Changes5.003 which says:

The EMBED namespace changes are now used by default, in order to better segregate Perl's C global symbols from those belonging to embedding applications or to libraries. This makes it necessary to rebuild dynamic extensions built under previous versions of Perl without the EMBED option. The default use of EMBED can be overridden by placing -DNO_EMBED on the cc command line.

The EMBED change is the beginning of a general cleanup of C global symbols used by Perl, so binary compatibility with previously compiled dynamic extensions may be broken again in the next few releases.

- tye        


In reply to Re: Perl "with EMBED" (ancient) by tye
in thread Perl "with EMBED" by eff_i_g

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.