Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        }
    }   
    print "Result: $j\n";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        $j += 2;
    }   
    print "Result: $j\n";
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    }
    $j = ($steps * $stepsize) + $j;
    print "Result: $j\n";