HLab:Perlscripts

From CCGB
Revision as of 12:03, 7 January 2015 by Giardine (talk | contribs) (Created page with "Some small perl scripts that are generally useful. basicStats.pl *Compute basic statistics such as min, max, mean, median on a column of numbers in a tab delimited file or a red...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Some small perl scripts that are generally useful.

basicStats.pl

  • Compute basic statistics such as min, max, mean, median on a column of numbers in a tab delimited file or a redirected list of numbers on stdin.

lineEnds

  • Convert a text file between the different line end encodings for Unix, Mac, and Windows.