# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #121719] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=121719 >
<retupmoca> on perl6-m: <retupmoca> > echo "This is cool" | perl6 -p -e 's/cool/nice/' <retupmoca> ===SORRY!=== <retupmoca> Error while compiling op callstatic: QAST::Var with scope '' NYI <vaskozl> yah <raiph> me too (I reproduced it too) $ echo "This is cool" | perl6 -p -e 's/cool/nice/' ===SORRY!=== Error while compiling op callstatic: QAST::Var with scope '' NYI <moritz> does it work with -n and a final ; .say ? <retupmoca> echo "This is cool" | perl6 -n -e 'say s/cool/nice/' <retupmoca> ^ that works <retupmoca> (so does ';.say') <vaskozl> the first thing I tried :D <masak> vaskozl: see? :) <masak> vaskozl: you're helping already! * masak submits rakudobug