Help for this page

Select Code to Download


  1. or download this
    
    use Nexcerpt::Table qw(names cities states);
    ...
    my @homes = cities->getall('WHERE name = ?','Springfield');
    
    etc.