- or download this
Argument "$VAR1 = '-39.99994';\n" isn't numeric ...
- or download this
$VAR1 = '-39.99994';\n
- or download this
print Dumper \%some_hash;
- or download this
#!/usr/bin/env perl -l
...
my $val2 = -39.9999400000;
print $val2;
print "Number in a string >>> $val2 <<<";
- or download this
-39.9999400000
-99.99985
-39.99994
Number in a string >>> -39.99994 <<<