Help for this page
Select Code to Download
Select
or
download this
my $x = Test->new(); my $dog = \$x; push @pack, $dog;
Select
or
download this
push @pack, Test->new();