Help for this page

Select Code to Download


  1. or download this
    print "\nThere are @{$two} items in Two.";
  2. or download this
    my $count = scalar @{$two};
    print "\nThere are $count items in Two.";