Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my %x;
    while (@a) {$x{pop(@a)} = pop(@b);} # THIS IS THE LINE
    print Dumper(\%x);