Help for this page

Select Code to Download


  1. or download this
    my(%site1)=@_;
    my(%site2)=@_;
    
  2. or download this
    
    sub x {
    ...
    }
    
    x(\%hash1,\%hash2);
    
  3. or download this
      use Data::Dumper;
      print Dumper(\%site1);