Changeset 106 in lab
- Timestamp:
- Jan 10, 2011 7:35:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Dev/twitter/twitterbot.pl
r105 r106 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.