Help for this page

Select Code to Download


  1. or download this
    foreach my $row (@results)
    {
       print "$row->[0]  $row->[1]\n";
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
      ["chpt25_4", "sent. 47", "carol", "nsubj", "plants", "protect"],
      ["chpt54_1", "sent. 1", "greg", "nsubj", "uticle", "protect"],
    ]