Help for this page

Select Code to Download


  1. or download this
    use Test::More 'tests' => 12;
    
    ...
        'Can access hardcoded hash via $key' );
    is( $hardcode{$encoded_key}, 'value',
        'Can access hardcoded hash via $encoded_key' );