Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: RFC on how I'm doing when it comes to writing objects?

by Lady_Aleena (Priest)
on Feb 04, 2013 at 20:40 UTC ( [id://1017008]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub accounts {
      my ($class) = @_;
    ...
      
      return bless \@accounts, $class;
    }
    
  2. or download this
    $VAR1 = bless( [
                     'Lady_Aleena',
    ...
                     'LadyAleena_home',
                     'LadyAleena_test'
                   ], 'Twitter::Objects' );
    
  3. or download this
    use strict;
    use warnings;
    ...
      print $account;
    # and other code I want to run through this loop.
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 08:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found