Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Class::DBI::Iterator and overriding accessors

by HuckinFappy (Pilgrim)
on Aug 08, 2006 at 18:58 UTC ( [id://566224]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
       sub accessor_name {
    ...
          return $_mutator;
       }
    
  2. or download this
    my $classBItr =  $classA->classBs();
    while ( my $b = $classBItr->next() ) {
      ...
    }
    
  3. or download this
    Can't locate object method "classB_id" via package "ClassAtoB" at /usr
    +/lib/site_perl/5.8.5/Class/DBI/Iterator.pm line 77.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://566224]
Approved by Limbic~Region
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 00:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found