Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    $hash{ TESTVALUE3() }   = 'OK';
    
    print Dumper( \%hash );
    
  2. or download this
    :!./test.pl
    $VAR1 = {
              '2' => 'OK',
              'TESTVALUE1' => 'OK',
              '3' => 'OK'
            };