Help for this page

Select Code to Download


  1. or download this
    Can't use string ("test") as a HASH ref while "strict refs" in use at 
    +...
    
  2. or download this
    use strict;
    use warnings;
    ...
    foreach my $key ( keys(%{$closurehash}) ) {
        print "$closurehash->{$key}->{'name'}\n";
    }
    
  3. or download this
    create hashref
    fake35
    add to hashref
    Can't use string ("test") as a HASH ref while "strict refs" in use at 
    +noname1.pl line 14.
    
  4. or download this
    use strict;
    use warnings;
    ...
    foreach my $key ( keys(%{$closurehash}) ) {
        print "$closurehash->{$key}->{'name'}\n";
    }
    
  5. or download this
    create hashref
    fake35
    ...
    test
    delete from hashref
    test