Help for this page

Select Code to Download


  1. or download this
    perl -e '%h = map{split /X/} q{fooXbar}, q{bishXbash};
    print qq{$_ -> $h{$_}\n} for jeys %h;'
    
  2. or download this
    bish -> bash
    foo -> bar