Help for this page

Select Code to Download


  1. or download this
    my @array  = (42);
    my $count  = @array;
    my ($elem) = @array;
    print "$count element, which is ($elem)\n";