I have been playing around with Pugs ever since the project started. I have recently been looking over the examples and trying to write Perl6 scripts of my own. I've run into one frustration so far. When I assign a value to a variable like this:
it works fine. Are you not going to be able to simply declare variables by creating them as you were in Perl5? I now a lot of people recommend always using
anyway, but I really like the option of either way. Is there anyway to turn off the option in Pugs that causes an error with the first example?