Help for this page

Select Code to Download


  1. or download this
    John
    Doe
    Smith
    
  2. or download this
    my $sth = $dbh->selectall_arrayref("SELECT  lastname FROM dbase");
    
    ...
    @data = Dumper $sth;
    print @data;