Help for this page
my ($host)=@_; $host="foo";
my $hash=shift; $hash->{host}="foo";
package Foo; use strict; ... },a=>1,b=>2); my $tt=Foo->new(); print Dumper $t,$tt;