Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Object Oriented Pattern help

by blue_cowdawg (Monsignor)
on May 14, 2001 at 00:41 UTC ( [id://80098]=note: print w/replies, xml ) Need Help??

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."
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://80098]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-19 10:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found