Help for this page

Select Code to Download


  1. or download this
    my $fn_count = $ARGV[0] - ($ARGV[0] - 1);
    
    #  doesn't that just always set $fn_count = 1 ?
    #  (is it a goal of this class project to write obfuscated code?)
    
  2. or download this
    $remainder = ( 12 % 5 );  # i.e. 2
    $remainder = ( 14 % 7 );  # i.e. 0
    # etc...