in reply to Anybody use !!

Yes I use !! ;-)
$ perl6 -e '(my $return = @*ARGS.pop ?? "1" !! "0").say' 42 1

print+qq(\L@{[ref\&@]}@{['@'x7^'!#2/"!4']});

Replies are listed 'Best First'.
Re^2: Anybody use !!
by Marshall (Canon) on Dec 30, 2010 at 01:37 UTC
    The question did not have anything to do with Perl 6 operators.