Help for this page

Select Code to Download


  1. or download this
    my $self=bless $id, $class;
    
  2. or download this
    my $self=bless \$id, $class;
    
  3. or download this
    my $self = bless {id => $id},$class;
    
  4. or download this
    my $self = $handles[shift()->{id}];