Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print("Addition with 16-digit integer\n");
        print('NUMBER: ', 0 + 1000000000000000, "\n");
    }