Help for this page

Select Code to Download


  1. or download this
    Global symbol "$string" requires explicit package name at math1.pl lin
    +e 10.
    Execution of math1.pl aborted due to compilation errors.
    
  2. or download this
    use strict;
    use warnings;
    ...
    for (@strings) {
        print $_, "\n";
    }