Re: [perl #37600] [TODO] Heredocs as macro args

2005-11-03 Thread Will Coleda
This is what I get for changing my sample at the last minute. =-) On Nov 3, 2005, at 10:26 AM, Leopold Toetsch wrote: Will Coleda (via RT) wrote: error:imcc:The opcode 'print' (print<0>) was not found. Check the type and number of the arguments in macro '.say' line 2 included from

Re: [perl #37600] [TODO] Heredocs as macro args

2005-11-03 Thread Leopold Toetsch
Will Coleda (via RT) wrote: error:imcc:The opcode 'print' (print<0>) was not found. Check the type and number of the arguments in macro '.say' line 2 included from 'foo.pir' line 7 This is a different error then the subject says - you are using a reserved word (opcode) as macro nam

[perl #37600] [TODO] Heredocs as macro args

2005-11-03 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #37600] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37600 > I dug through partcl to see where I could take advantage of the new anywhere HEREDOCS,