Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
              [5,15,25,35,'',55]
            ];
    =cut
    
  2. or download this
    sub pivot {
        my @src = @_;
    ...
    
        return @dest;
    }