However, perhaps the correct answer is for senior monks to start using a standard convention when the language in question is not obvious from context:
vs:# P5 print $foo{bar}.baz(); # bar entry of %foo, # then concat result of baz()
# P6 print $foo{bar}.baz(); # call baz() method on # bar entry of %$foo
In reply to Re: Re: Re: Re: SOP6W
by TheDamian
in thread SOP6W
by rir
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |