- or download this
$ cat pm_1227048_raw_1 | head -3
a6fbb013-b75f-4dd7-9d1a-24f566020042 => 92.1.3
b6a4c433-72a5-4e1a-b378-4a6b72531ded => 92.1.3
P0118760075 => 92.1.3
- or download this
#!/usr/bin/env perl
...
print "Data with 3 or more values:\n";
delete @trio{grep @{$trio{$_}} < 3, keys %trio};
dd \%trio;
- or download this
All data:
{
...
}
Data with 3 or more values:
{}