Help for this page

Select Code to Download


  1. or download this
    my (@rows) = split(/\n/, $data);
    my $number_of_rows = @rows;
    
  2. or download this
    my $number_of_rows = send_recv("SELECT COUNT(*) FROM volume_index");