www.perl.com
Perl Programming
Interpreter
  • Interpreter line
    • Also called the "shebang" line
    • Similar to shell scripts and other interpreted languages
    • Specifies the interpreter to use for a program
    • /usr/bin/perl is the canonical location
    • /usr/athena/bin/perl on Athena

        #!/usr/athena/bin/perl
        # Use /usr/bin/perl on most Unix systems
      
Previous http://stuff.mit.edu/iap/perl/