Changeset 4654
- Timestamp:
- 06/14/05 23:08:30 (4 years ago)
- svk:copy_cache_prev:
- 6394
- Files:
-
- 1 modified
-
docs/01Overview.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/01Overview.html
r4653 r4654 362 362 <p> 363 363 Yes, Pugs can work with Perl 5 libraries. This requires that Pugs be 364 compiled with Perl 5 embedding.</p> 364 compiled with Perl 5 embedding. Pugs understands Perl 5 objects, classes 365 and functions. Pugs objects, classes and functions are also understood by 366 Perl 5. As such, these types can be used in round-trip callbacks.</p> 365 367 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 source368 <p>Examples of working with Perl 5 may be found <a href="http://svn.openfoundry.org/pugs/t/unspecced/p5/">in the source 367 369 tree</a>. 368 370 <h2>
