Help for this page

Select Code to Download


  1. or download this
    package Twitter::Data;
    use Modern::Perl;
    ...
        my ($self, $acct) = @_;
        return $self->{db}->select('SELECT * FROM accounts WHERE name=?')-
    +>hash;
    }