Help for this page

Select Code to Download


  1. or download this
    initialization
    execute an SQL statement
    ...
            }
        }
    }
    
  2. or download this
    sub add_aref_to_sheet {
        my ($aref, $worksheet0) = @_;
    ...
    
        return $supervisor;
    }
    
  3. or download this
    our $lname;
    our $fname;
    ...
    sub aref {
       ... same as shown earlier ...
    }