Help for this page
my $self=bless $id, $class;
my $self=bless \$id, $class;
my $self = bless {id => $id},$class;
my $self = $handles[shift()->{id}];