ITNW 2310 - PERL
Allan Kochis,Adjunct Professor - CIT

Assignment 1.


  1. Hello World.
    1. Code and run the ubiquitous "Hello World on both the UNIX and Windows.
    2. Just sent me an email on the unix system when you are done.

  2. UNIX
    1. Internal IP 10.71.25.10
    2. External IP 206.77.144.61
    3. Perl in /us/bin/perl

  3. Windows
    1. The Perl interpreter is on the P: drive
    2. If created on a windows system with .plx suffix
      	p:\bin\perl myperl.plx
      
    3. or to just run the script
           assoc .plx=Perl
           ftype Perl=p:\bin\perl.exe %1 %*
      
          set PATHEXT=%PATHEXT%;.PLX
          
          myperl