home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Peanuts NeXT Software Archives
/
Peanuts-2.iso
/
Developer
/
webobjects
/
extensions
/
win-nt
/
WOPerl-lite-10e7.exe
/
Examples
/
WOPerl
/
ObjTclHello
/
Application.pl
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl Script
|
1996-08-09
|
303 b
|
12 lines
# $Id: Application.pl,v 1.1 1996/07/26 05:18:07 pedja Exp $
package WO::ObjTclHello;
use WOPerl;
@IVARS=();
eval "use ObjTcl;";
die "Note: This example works only if you have Objective-Framework (WOPerl/PRO). I.e., this example does not work in WOPerl/lite.\n\n$@\n" if $@;
'WO::ObjTclHello';
# EOF