Help for this page

Select Code to Download


  1. or download this
    $hash{/abc_(.*)_ghi/} = boom_$1
    
  2. or download this
    use Data::Dumper;
    
    ...
    }
    
    print Dumper(\%hash);