- Timestamp:
- Dec 19, 2010 11:13:33 AM (14 years ago)
- Branches:
- master, trunk
- Children:
- 5fa546f
- Parents:
- 294a3aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/twitter/dump_timeline.pl
r294a3aa ree655ec 85 85 foreach my $status (@{$res}) { 86 86 my $text = ""; 87 $text .= "(". $status->{id} . ") "; 87 88 $text .= $status->{user}{name}; 88 89 $text .= " [" . $status->{created_at} . "]"; 89 $text .= " (". $status->{id} . ")";90 90 $text .= " ". $status->{text}; 91 91 $text =~ s/\n//;
Note: See TracChangeset
for help on using the changeset viewer.