in reply to Trouble Chaining map function
pojprint map { $t = $_ ; join "\t", $t, ( map {$data{$_,$t} ? 'X' : ' '} @days ) ,"\n" } @time;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Trouble Chaining map function
by jaypal (Beadle) on Jun 15, 2014 at 00:43 UTC |