Slide 3.12: Using C/C++
Slide 3.14: Using Unix shell
Home

Using Perl


  1. Check the Perl Help Pages.

  2. Create a Perl Script such as HelloWorld.pl

  3. Interpret the Script. For example,
      shell> /usr/bin/perl  HelloWorld.pl
    Check the current information of Perl interpreter:
          shell>