Help for this page

Select Code to Download


  1. or download this
    my @things = $q->param('t') || $q->param('things');
    
  2. or download this
    my @things = list($q->param('t')) || list($q->param('things'));