Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
        return (@a1m2, @a2m1);
    
    } # sub array_differenz
    
  2. or download this
    Array 1:
    $VAR1 = [
              '1',
    ...
              'one',
              'three'
            ];