Help for this page

Select Code to Download


  1. or download this
    package Sample::Merge;
    sub new {
    ...
       $a->{$_} = $b{$_};
     }
    }