- or download this
use warnings;
use strict;
...
print "Equals to: &add /n"
- or download this
Scalar found where operator expected at temp.pl line 7, near "$add $fi
+rst_number"
...
Global symbol "$sixth_number" requires explicit package name at temp.p
+l line 7.
Execution of temp.pl aborted due to compilation errors.
- or download this
Scalar found where operator expected at temp.pl line 7, near "$add $fi
+rst_number"
- or download this
Global symbol "something" requires explicit package name at
- or download this
print "Equals to: &add /n"
- or download this
use strict;
use warnings;
...
print "The sum of input numbers equals to: $sum \n";