Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use integer;
    use constant number => 5;
    
  2. or download this
    print "this is the quotient",int $i/5,"\n";