Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
                    .
            }
    }
    
  2. or download this
    [evans:19:55:07 perl]$ ./project3-6.pl
    Global symbol "$pageNum" requires explicit package name at ./project3-
    +6.pl line 25.
    Missing right curly or square bracket at ./project3-6.pl line 40, at e
    +nd of line
    syntax error at ./project3-6.pl line 40, at EOF
    Execution of ./project3-6.pl aborted due to compilation errors.
    
  3. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
                    print " " x (($width-length($heading))/2);
            }
    }