Help for this page

Select Code to Download


  1. or download this
    $restLength = length(@rest);
    
  2. or download this
    $restLength = scalar @rest;
    
  3. or download this
    for my $item (@rest) {
      print "$item":
    }