Help for this page

Select Code to Download


  1. or download this
    $inp{A} = 'abc_A_bla' ;
    etc
    
  2. or download this
    foreach ( @inp ) {
         ($key) = $_ =~ /\w{3}_(\w)/ ; 
          $inp{$key} = $_ ;
    }