Help for this page

Select Code to Download


  1. or download this
    sub popnum3 {
        my @inner_aob = @{ shift @_ }; # reconstitute a reference
    
  2. or download this
    sub popnum3 {
       my $aobref = shift @_;  # Just pass and use the ref instead.