Changeset 4654

Show
Ignore:
Timestamp:
06/14/05 23:08:30 (4 years ago)
Author:
Aankhen
svk:copy_cache_prev:
6394
Message:

* docs/01Overview.html -- added some more information to the Perl 5 answer.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/01Overview.html

    r4653 r4654  
    362362<p> 
    363363Yes, Pugs can work with Perl 5 libraries.  This requires that Pugs be 
    364 compiled with Perl 5 embedding.</p> 
     364compiled with Perl 5 embedding.  Pugs understands Perl 5 objects, classes 
     365and functions.  Pugs objects, classes and functions are also understood by 
     366Perl 5.  As such, these types can be used in round-trip callbacks.</p> 
    365367 
    366 <p>Examples of working with Perl 5 may be found <a href="http://svn.openfoundry.org/pugs/t/unspecced/p5/return.t">in the source 
     368<p>Examples of working with Perl 5 may be found <a href="http://svn.openfoundry.org/pugs/t/unspecced/p5/">in the source 
    367369tree</a>. 
    368370<h2>