Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        my $n = 'two';
        print "hash assign: $n translates to $args{$n} \n";
        }
    
  2. or download this
    >perl np_ah_vs_ha_1.pl
    program running
    ...
    Odd number of elements in hash assignment at np_ah_vs_ha_1.pl line 85.
    hash assign: two translates to zwei
    program done