©Mike Moxcey 1999

The Perl Interpreter

The first line of a Perl program tells where the interpreter is located
you will know this from installing the package

For me, the location is /usr/bin/perl

Use a "pound-bang" and then the path to start a Perl script

#!/usr/bin/perl


home next