Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Sensible ordering of 'use' (if any)

by anneli (Pilgrim)
on Nov 01, 2011 at 09:34 UTC ( [id://935070]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use utf8;
    ...
    has 'twitter'  => (is => 'rw', required => 1, isa => 'Net::Twitter');
    has 'listener' => (is => 'rw', required => 1, isa => 'AnyEvent::Twitte
    +r::Stream');
    has 'mongo'    => (is => 'rw', required => 0, isa => 'MongoDB::Databas
    +e');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://935070]
Approved by Ratazong
Front-paged by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 19:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found