diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-09-08 09:59:08 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-09-08 11:27:21 +0200 |
commit | 78aea6ff0e955611046c1fb2753712ada736b2e7 (patch) | |
tree | 5abcdc0177b60ec641025ca880ef446b3e4f3d23 /pod/perlrun.pod | |
parent | 7b903762ad0ebd5d0459692ad5c081c69a3c0808 (diff) | |
download | perl-78aea6ff0e955611046c1fb2753712ada736b2e7.tar.gz |
Remove Mac OS classic instructions from perlrun
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index f18a40a7f0..f89c979c75 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -139,13 +139,6 @@ the sources), you may have to modify the Registry yourself. Note that this means you can no longer tell the difference between an executable Perl program and a Perl library file. -=item Macintosh - -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/ . - =item VMS Put @@ -181,10 +174,6 @@ For example: # MS-DOS, etc. perl -e "print \"Hello world\n\"" - # Macintosh - print "Hello world\n" - (then Run "Myscript" or Shift-Command-R) - # VMS perl -e "print ""Hello world\n""" @@ -198,11 +187,6 @@ B<CMD.EXE> in Windows NT slipped a lot of standard Unix functionality in when nobody was looking, but just try to find documentation for its quoting rules. -Under the Macintosh, it depends which environment you are using. The MacPerl -shell, or MPW, is much like Unix shells in its support for several -quoting variants, except that it makes free use of the Macintosh's non-ASCII -characters as control characters. - There is no general solution to all of this. It's just a mess. =head2 Location of Perl |