Help for this page

Select Code to Download


  1. or download this
    while (my $row = $sth->fetchrow_arrayref) {
        foreach ($row){
        if (! ref($row)) {
    ...
            print @$row, "\n";
    }
    }
    
  2. or download this
    "select program, day, time 
    from TVviewingsked 
    where name = "Frank"