Help for this page

Select Code to Download


  1. or download this
       undef %hash
    %hash = (%hash, split /X/ 'fooXbar');
    %hash = (%hash, split /X/ 'bishXbash');
    foreach(keys %hash) {
       print "3: $_ = $hash{$_}\n";
    }
    
  2. or download this
     bish = bash
     foo = bar