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