example to produce new dataset from test.js
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 19 Jun 2010 18:58:47 +0000 (20:58 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 19 Jun 2010 18:58:47 +0000 (20:58 +0200)
public/code/alpha,repeatable.commit-test.pl [new file with mode: 0644]

diff --git a/public/code/alpha,repeatable.commit-test.pl b/public/code/alpha,repeatable.commit-test.pl
new file mode 100644 (file)
index 0000000..1674a91
--- /dev/null
@@ -0,0 +1,3 @@
+foreach my $by ( @{ $row->{'alpha'} } ) {\r
+  $out->{ $by }->{ $_ }++ foreach @{ $row->{'repeatable'} };\r
+}\r