Help for this page

Select Code to Download


  1. or download this
    package Queries;
    use DBI;
    ...
        return $self->{sth}->fetchrow_hashref;
    
    }
    
  2. or download this
    package loadusertable;
    use Queries;
    ...
    
    }
    
  3. or download this
    use Queries;
    use strict;
    ...
    
    my $row=$q->fetchrow_hashref;
    
  4. or download this
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Peter L. Berghold --- Peter@Berghold.Net
    "Those who fail to learn from history are condemned to repeat it."