Is that correct? I thougt false changed from '' to 0 so the first marked 'no output' should print '0'.my $int1 = 0; my $int2 = 42; my $string = "turbo"; say ?$int1; # no output say ?$int2; # a 1 say +$string; # no output - no number parsed from string
In reply to Re: Perl 6 FAQ
by lidden
in thread Are programmers getting too lazy for perl?
by zer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |