Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    
    perl ../../programs/array_interpolation.pl 
    The array is 1 2 3 4
    
  2. or download this
    use v6;
    
    ...
    
    ./perl6 ../../programs/array_interpolationp6.pl 
    The array is @array