Help for this page

Select Code to Download


  1. or download this
    # this is a new file
    {
    ...
            }
    
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
       $hash_table{$key} = $value;
    }
    print Dumper(\%hash_table);
    
  3. or download this
    $VAR1 = {
              '' => undef,
    ...
              'Fruit_class' => undef,
              '}' => undef
            };