# New Ticket Created by Solomon Foster
# Please include the string: [perl #77578]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=77578 >
colomon: rakudo: my $a = "this is a test"; say $a.PARROT; say $a.chomp.PARROT
p6eval: rakudo f8e959: OUTPUT«Perl6Scalar->StrString»
Meaning that, (for example):
colomon: rakudo: my $a = "this is a test"; say $a.trans("t"=>"T")
p6eval: rakudo f8e959: OUTPUT«This is a TesT»
colomon: rakudo: my $a = "this is a test"; say $a.chomp.trans("t"=>"T")
p6eval: rakudo f8e959: OUTPUT«too few positional arguments: 2 passed,
3 (or more) expected in main program body at line
22:/tmp/lhXlaJPKOc»
--
Solomon Foster: [email protected]
HarmonyWare, Inc: http://www.harmonyware.com