Help for this page

Select Code to Download


  1. or download this
    while (scalar(@names)) {
      print "?";
    ...
      @names=map($res->[$_][0],0..$#$res);
      push @ref, join '|',@names if (scalar(@names));
    }
    
  2. or download this
    while (scalar(@names)) {
    $b = @ref;
    ...
      push @ref, join '|',@names if (scalar(@names));
    }
    }