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