Help for this page
#!/usr/bin/perl ... my $num = "1,002,345"; my $total = $num + 1000;
perl test.pl Argument "1,002,345" isn't numeric in addition (+) at test.pl line 8.