On Fri, Oct 12, 2018 at 6:23 PM ToddAndMargo via perl6-users <
perl6-us...@perl.org> wrote:

> Is there any way to say I am return two things: a string and an integer?
>

You can only return one thing, but that one thing can be a List that has a
string and an integer in it.

Reply via email to