Help for this page

Select Code to Download


  1. or download this
    sub a_sub {
       my @things;
    ...
    
       return ($should_return_stuff) ? @things : ();
    }