Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    
    print Dumper(\%hash);# print 2
    print $hash{key};# also print 2.
    
  2. or download this
    int a[200];
    
  3. or download this
    a[100] = 2;