Guest User

Untitled

a guest
Oct 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.14 KB | None | 0 0
  1. while (@ary = $sth->fetchrow_array())
  2. {
  3.     print("We got results!\n");
  4.     print(join(" | ", @ary) . "\n");
  5. }
  6.  
  7.  
  8. Output:
  9. AAB | BBC | 0.9366
Add Comment
Please, Sign In to add comment