| 6. |
Running under use warnings, what does my $n = '3 blind mice' + 0; put in $n?
Please select the correct answer:
|
| |
A.
|
0, because the string does not begin with a complete number |
| |
B.
|
undef, because the conversion fails |
| |
C.
|
Nothing; the program dies with a fatal error |
| |
D.
|
3, the numeric prefix read from the front of the string |