Help for this page
% ./cleanse.pl data.txt 0-30 44-63 97-111
#!/usr/bin/perl use warnings; ... print OUTPUT $fileContents; close OUTPUT;