Changeset b9060c8 in lab.git for Dev/twitter
- Timestamp:
- Jan 10, 2011 7:35:17 PM (14 years ago)
- Branches:
- master, trunk
- Children:
- 04f609d
- Parents:
- 24fa584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/twitter/twitterbot.pl
r24fa584 rb9060c8 144 144 } 145 145 146 if ( $tweets) {146 if (ref $tweets and keys %{$tweets}) { 147 147 # save last status to yaml file 148 148 DEBUG or YAML::Tiny::DumpFile("$Bin/status.yml", $stat);
Note: See TracChangeset
for help on using the changeset viewer.