Help for this page

Select Code to Download


  1. or download this
    %SampleHash (
        'whatever' => 'whatever',
        'whoever' => 'whoever',
    )
    
  2. or download this
    %SampleHash (
        'whatever' => 1,
        'whoever' => 1,
    )