Talk:Input/Output for lines of text: Difference between revisions

→‎Perl 6: why perl 6 solution (mis)interprets the task the way it does :)
(Created page with "== Perl 6 == Do we have to be explicit about $*IN and $*OUT? What about just: <lang perl6>say get() xx get;</lang> ?--~~~~")
 
(→‎Perl 6: why perl 6 solution (mis)interprets the task the way it does :))
Line 6:
 
?--[[User:Grondilu|Grondilu]] ([[User talk:Grondilu|talk]]) 06:51, 9 January 2014 (UTC)
:But it was saying that you have to call an intermediate method, so I took it very literally as "method" rather than function. I also took it very literally that it didn't specify that you call a user-defined method. So I called a helper method already predefined on the handle. <tt>:-)</tt> --[[User:TimToady|TimToady]] ([[User talk:TimToady|talk]]) 05:36, 10 January 2014 (UTC)
Anonymous user