Help for this page

Select Code to Download


  1. or download this
    Main( @ARGV );
    exit( 0 );
    ...
        my $fieldLength = measureFieldLengths( $activity );
        $fieldLength and writeOutHashrefs( $activity, $fieldLength );
    }
    
  2. or download this
    ## $allActivity_hashref     $allActivity_fieldLength_hashref
    ## $allActivity_href        $allActivity_fieldLength_href
    ...
    ## %activity                %activityLength
    #~ activity-of-'1234-5678'
    #~ activity-of-'peter'
    
  3. or download this
    
    #!/home/gnu/bin/perl --
    ...
        print "exiting writeOutHashref\n";
    } ## end sub writeOutHashref
    __END__
    
  4. or download this
    sub printTable {
        ...
            printRow( $table->{ $Id } );
        }
    } ## end sub printTable
    
  5. or download this
    sub TableWrite {
        ...
            RowWrite( $table->{ $Id } );
        }
    } ## end sub TableWrite
    
  6. or download this
    sub tableWrite {
        ...
            rowWrite( $table->{ $Id } );
        }
    } ## end sub tableWrite