home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netscape Plug-Ins Developer's Kit
/
Netscape_Plug-Ins_Developers_Kit.iso
/
CGIPERL
/
MACPERL
/
MSRCE418.HQX
/
Perl Source ƒ
/
MacPerl
/
Demo
/
AppleScriptFromPerl
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-08-18
|
195 b
|
9 lines
#!/usr/local/bin/perl
&MacPerl'DoAppleScript(<<'END_SCRIPT');
tell application "MacPerl"
make new Window
copy "Inserting text the hard way." to character 1 of front Window
end tell
END_SCRIPT