First ... Back ... Next ... Last ... (Notes home)

To Do, over the next two weeks

Tonight's Lab

  • Get your own hello, world program running
  • Make sure you can edit and save Perl programs
  • Make sure you can access the online man pages and other sources of information
  • Enhance your hello, world program with some additional features, such as the use of variables.
  my $hellostr = "you wonderful person";
  printf "hello, world, " . $hellostr . "\n";

For next time

  • Get the texts
  • Look over the syllabus, assignments and class schedule
  • Do the readings
  • Write several Perl programs, exploring the fundamental concepts from the readings

First ... Back ... Next ... Last ... (Notes home)

UAF Computer Science
Prof. Greg Newby