Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    use feature 'say';
    ...
    }
    
    __END__
    
  2. or download this
    $ perl 1226028.pl
    Please input numbers to be summed. Crtl-D to stop
    ...
    Total: 24
    
    $