in reply to Re: Simple Perl Question: Printing the Return Value of a Function
in thread Simple Perl Question: Printing the Return Value of a Function

There is the ugly idiom:
@{ [ $foo->bar ] }
You can read more about the issue in this perl 6 rfc.


TGI says moo

  • Comment on Re^2: Simple Perl Question: Printing the Return Value of a Function
  • Download Code