On Sun, 5 Aug 2001 13:19:40 +0200, ik wrote: (I did NOT!)
>I think of redoing my tutorials for Mac OS X. I found out that just
>typing "perl" in the command line gets me into Perl, and control-D gets
>me out. Where can I learn more about running Perl inside the Terminal.
I assume the behaviour comes much closer to the behaviour on Unix and
the PC. So, check out perlrun (file perlrun.pod).
And I don't think "getting into and out of perl" does exactly what you
think it does. If you don't pass perl a script name, it expects to
receive the script via STDIN. The *whole* script.
--
Bart.