Help for this page

Select Code to Download


  1. or download this
      my @list = func_returning_list() || 'default';
  2. or download this
      my @list = func_returning_list() or 'default';