Objective-Everything Release 5. Copyright ©1994-1998 by TipTop Software, Inc. All Rights Reserved.
Objective-Perl (ObjPerl) extends the Objective-Everything development system with the Perl language. It seamlessly integrates Perl into the OpenStep object system. That is, ObjPerl allows you to send messages from Perl to any OpenStep object, and to define classes, categories, and methods in Perl. WOPerl is an extension to ObjPerl which allows you to program Apple's WebObjects in Perl. To learn more about Perl see http://www.perl.com and http://www.perl.org
The Objective-Perl runtime system comes in the form of two frameworks: the basic Perl language framework, and the ObjPerl framework. These frameworks are typically installed in /Local/Library/Frameworks/. Objective-Perl frameworks depend on the following frameworks Foundation, ObjCore; and, optionally, AppKit, and ObjAppKit.
To use Objective-Perl, simply import the ObjPerl module:
use ObjPerl;