Help for this page

Select Code to Download


  1. or download this
    for my $row ( @hash{ @cols }) {
        push @$row, shift @values
    }
    
  2. or download this
    sub alias { \@_ };
    
    ...
    
        print Dumper \%hash;
    }
    
  3. or download this
    
    {
    ...
    }