42

Getting Started
Observations

  • There are a few things to notice that bare some comparison to C, and a few observations about what features we're missing (so far...)

    • Notice, no "main" function in Perl

    • What about subroutines and functions?

    • What about data types other than strings?