$str = 'Hello World!'; # This will NOT match in Perl6? print 'Matched' if $str =~ /Hello World/;