Help for this page

Select Code to Download


  1. or download this
    my @a = 1;
    my_sub(@a, 2);
    
    # and
    my_sub(1, 2);
    
  2. or download this
    @a[|@list_with_one_element];