You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
187 B
Perl

String Converts to Number
"123 abc" 123
"hi" 0
"4e3" 4000
"-6**3xyz" -6
" .456!" 0.456
"x.1234" 0
"0xf" 0