Help for this page

Select Code to Download


  1. or download this
    my @iters = (My::Table1->search(age => 18), My::Table2->search(name =>
    + 'Smith));
    
  2. or download this
    my @iters = ((my $tab1 = My::Table1->search(age => 18)), (my $tab2=My:
    +:Table2->search(name => 'Smith)))