__END__ C:\test>NoExceptions Use of uninitialized value $d in division (/) at C:\test\NoExceptions.pl line 6. Use of uninitialized value $e in division (/) at C:\test\NoExceptions.pl line 6. Illegal division by zero at C:\test\NoExceptions.pl line 6. C:\test>NoExceptions A B Argument "B" isn't numeric in division (/) at C:\test\NoExceptions.pl line 6. Argument "A" isn't numeric in division (/) at C:\test\NoExceptions.pl line 6. Illegal division by zero at C:\test\NoExceptions.pl line 6. C:\test>NoExceptions 1 Use of uninitialized value $d in division (/) at C:\test\NoExceptions.pl line 6. Illegal division by zero at C:\test\NoExceptions.pl line 6. C:\test>NoExceptions 1 0 Illegal division by zero at C:\test\NoExceptions.pl line 6. C:\test>NoExceptions 1 2 Result: 0.5