#! /bin/perl
#
strikt gebruik;
gebruiks waarschuwingen;
open IH, „;
dichte IH;
foreach mijn $line (@data) {
mijn @spl = verdeel (/, $line);
mijn @col1 = verbind @spl, 0.4; #positions 2-9;
mijn @col2 = verbind @spl, 1.7; #positions 2-9;
druk @col1;
druk „\ n“;
druk @col2;
druk „\ n“;
}
|