Help for this page

Select Code to Download


  1. or download this
    use constant SEARCH_TERM => "some_search_term";
    parse_from_twitter_stream();
    ...
            #I have more code here but it's snipped
     } 
    }
    
  2. or download this
    
    sub new {
    ...
      }
      $self->{connection_closed} ( $sock ) if $self->{connection_closed};
    }