- or download this
test(\%HoA1, \%HoA2, ...);
- or download this
test(\%HoA1, \%HoA2, @a, "test");
- or download this
test(\%HoA1, \%HoA2, "entry1", "entry2", "entry3", "test");
- or download this
my ($HoA1,$HoA2,@a,$test) = @_;
- or download this
#!/usr/bin/perl
...
print Dumper(\%HoA1);
print Dumper(\%HoA2);