Help for this page

Select Code to Download


  1. or download this
    @valueArray = ([$version,$totSP]);
    
  2. or download this
    push @valueArray, [$version, $totSP];
    
  3. or download this
    use strict;
    use warnings;
    
  4. or download this
    for my $folderId (keys %hash)
    {
    ...
            }
        }
    }