Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      that => '2',
      this => '1'
    }
    
  2. or download this
    $VAR1 = {
              'those' => '3',
    ...
              'that' => '2',
              'this' => '1'
            };