Help for this page

Select Code to Download


  1. or download this
    subroutine(\@list)
    
  2. or download this
    $count=$#(@$listref);
    
  3. or download this
    "Bizarre copy of ARRAY in leave at..."
    
  4. or download this
    my @local_array=@$list;
    my $count=$#local_array;