Help for this page

Select Code to Download


  1. or download this
    my $matches = 0;
    
    ...
    if (! $matches) {
        ... "sorry no matches found"
    }
    
  2. or download this
    
    my $command = $sth->fetchrow_arrayref();
    ...
            }
        } while ($command = $sth->fetchrow_arrayref());
    }
    
  3. or download this
    
    my $first = 1;
    ...
            for ...
        }
    }