Help for this page

Select Code to Download


  1. or download this
    sub get_list  { return ( 4, 5, 6 );            }
    sub get_array { @x =   ( 4, 5, 6 ); return @x; }
    
  2. or download this
    ... = get_stuff();