Revision history of "Humdrum2wikitable"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 20:19, 27 October 2022Craig talk contribs 1,263 bytes +1,263 Created page with "<pre> #!/usr/bin/perl # Description: Convert a humdrum file into a wiki table #vim: ts=3 use strict; my @contents = <>; chomp @contents; my $counter = 0; for (my $i=0; $i<@..."