From a7256287f599dbaaffb107df0b8b4ea4a2b1f2b1 Mon Sep 17 00:00:00 2001 From: jules on spawn Date: Mon, 9 Apr 2018 00:13:27 +0200 Subject: dataset script --- datasets/dataset.pl | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100755 datasets/dataset.pl (limited to 'datasets/dataset.pl') diff --git a/datasets/dataset.pl b/datasets/dataset.pl new file mode 100755 index 0000000..4e3b9a9 --- /dev/null +++ b/datasets/dataset.pl @@ -0,0 +1,67 @@ +#!/usr/bin/perl + +use strict; +use Getopt::Std; + +our $opt_c; +getopts('c'); + +my $fmt = <