in reply to Re^2: golf: shortest way to parse a pipe delimited file
in thread golf: shortest way to parse a pipe delimited file
$VAR1 = { '' => [], 'aaa' => [ 'bbb', 'ccc' ], 'foo' => [ 'bar', 'baz' ] };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: golf: shortest way to parse a pipe delimited file
by tilly (Archbishop) on Nov 11, 2005 at 05:45 UTC |