Help for this page

Select Code to Download


  1. or download this
    ABCD----[this]  fgab [that]  BFTE-- [other]
    
  2. or download this
    %hash = (
      ABCD => 'this',
      fgab => 'that',
      BFTE => 'other',
    );
    
  3. or download this
    AB CD   EF---- [foo]
    
  4. or download this
    'AB CD   EF' => 'foo',