Help for this page

Select Code to Download


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