Ovid (>):
>  $ perl6 -e 'my $foo = "foo";say "{" ~ $foo ~ "}"'
>   ~ foo ~

Easy solution: only use double quotes when you want to interpolate. :)

This is not really an option when running 'perl6 -e' under bash, though.

// Carl

Reply via email to