Help for this page

Select Code to Download


  1. or download this
    my $x = Test->new();
    my $dog = \$x;
    push @pack, $dog;
    
  2. or download this
    push @pack, Test->new();