-
In WHO.pm line 89 is missing a double-quotes.
[86] # loop through the users and print out the
name/who field
[87] my $userlist = $uWho->user_data;
[88] foreach my $user (@$userlist) {
[89] print "$user->{'name and title'};
[90] }
The line should probably read:
print "$user->{'name and title'}\n";.
2006-09-11 13:48:56 UTC in UglyCode
-
chiselwright registered the Parley project.
2006-02-02 20:21:43 UTC in Parley
-
chiselwright committed patchset 54 of module UglyLogs to the UglyCode CVS repository, changing 1 files.
2003-11-26 11:47:39 UTC in UglyCode
-
chiselwright committed patchset 472 of module UglyCODE to the UglyCode CVS repository, changing 2 files.
2003-11-26 10:18:40 UTC in UglyCode
-
chiselwright committed patchset 53 of module UglyLogs to the UglyCode CVS repository, changing 1 files.
2003-11-25 23:29:10 UTC in UglyCode
-
chiselwright committed patchset 52 of module UglyLogs to the UglyCode CVS repository, changing 1 files.
2003-11-25 23:23:09 UTC in UglyCode
-
chiselwright committed patchset 51 of module UglyLogs to the UglyCode CVS repository, changing 2 files.
2003-11-25 23:21:19 UTC in UglyCode
-
chiselwright committed patchset 2 of module CVSROOT to the UglyCode CVS repository, changing 1 files.
2003-10-12 22:34:01 UTC in UglyCode
-
chiselwright committed patchset 3 of module UglyCODE-WHO to the UglyCode CVS repository, changing 1 files.
2003-09-08 10:51:00 UTC in UglyCode
-
chiselwright committed patchset 50 of module UglyLogs to the UglyCode CVS repository, changing 1 files.
2003-08-21 10:06:03 UTC in UglyCode