Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Trouble Chaining map function

by poj (Abbot)
on Jun 14, 2014 at 20:23 UTC ( [id://1089907]=note: print w/replies, xml ) Need Help??


in reply to Trouble Chaining map function

print map { $t = $_ ; join "\t", $t, ( map {$data{$_,$t} ? 'X' : ' '} @days ) ,"\n" } @time;
poj

Replies are listed 'Best First'.
Re^2: Trouble Chaining map function
by jaypal (Beadle) on Jun 15, 2014 at 00:43 UTC

    Thanks Poj, this does help and answers my question. Appreciate your help.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1089907]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-26 03:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found