Help for this page
print(scalar( ( 'a', 'b', 'c' ) )); # c
@xyz = ( 'a', 'b', 'c' ); print(scalar( @xyz )); # 3