cvs commit: perlfaq perlfaq3.pod
[email protected] 13 Feb 2005 02:36:10 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/02/12 18:36:09 Modified: . perlfaq3.pod Log: Change 23963 by rgs@marais on 2005/02/12 16:26:47 Mac OS Classic vs Mac OS X clarications by Sherm Pendley Revision Changes Path 1.46 +5 -3 perlfaq/perlfaq3.pod Index: perlfaq3.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq3.pod,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- perlfaq3.pod 31 Jan 2005 15:52:47 -0000 1.45 +++ perlfaq3.pod 13 Feb 2005 02:36:09 -0000 1.46 @@ -1,6 +1,6 @@ =head1 NAME -perlfaq3 - Programming Tools ($Revision: 1.45 $, $Date: 2005/01/31 15:52:47 $) +perlfaq3 - Programming Tools ($Revision: 1.46 $, $Date: 2005/02/13 02:36:09 $) =head1 DESCRIPTION @@ -820,8 +820,10 @@ interpreter, NT people can use: C<SET PATHEXT=%PATHEXT%;.PL> to let them run the program C<install-linux.pl> merely by typing C<install-linux>. -Macintosh Perl programs will have the appropriate Creator and -Type, so that double-clicking them will invoke the Perl application. +Under "Classic" MacOS, a perl program will have the appropriate Creator and +Type, so that double-clicking them will invoke the MacPerl application. +Under Mac OS X, clickable apps can be made from any C<#!> script using Wil +Sanchez' DropScript utility: http://www.wsanchez.net/software/ . I<IMPORTANT!>: Whatever you do, PLEASE don't get frustrated, and just throw the perl interpreter into your cgi-bin directory, in order to