Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print $#Names."\n";
    
    $DBH->disconnect || warn $DBH->errstr;
    
  2. or download this
    while (my $n = $q->fetchrow_array())
    
  3. or download this
    while (my ($n) = $q->fetchrow_array())