Help for this page

Select Code to Download


  1. or download this
    if (@x{1,2})
    
  2. or download this
    if ($x{2})
    
  3. or download this
    if (@{[ EXPR ]})    # Array
    
    ...
    
    if (count(EXPR))    # External function such as
                        #    sub count { 0+@_ }