Index: Dev/twitter/dump_timeline.pl
===================================================================
--- Dev/twitter/dump_timeline.pl	(revision 294a3aa0a1afb56d06c211c969bca66aabcc360b)
+++ Dev/twitter/dump_timeline.pl	(revision ee655ecc81f3c02cd73b34e19e0f4fbb51b4efdb)
@@ -85,7 +85,7 @@
             foreach my $status (@{$res}) {
                 my $text = "";
+                $text .= "(". $status->{id} . ") ";
                 $text .= $status->{user}{name};
                 $text .= " [" . $status->{created_at} . "]";
-                $text .= " (". $status->{id} . ")";
                 $text .= " ".  $status->{text};
                 $text =~ s/\n//;
