Help for this page

Select Code to Download


  1. or download this
    sub capture { \@_ }
    
  2. or download this
    {
        my $cyclic_array=[];
        $cyclic_array->[0]=\$cyclic_array->[1];
    ...
        serializer_ok($obj,[$mutts,\%kennel,*dogs],"Dog Kennel 12");
    
    }