Changeset 88 in bookmarks for trunk/scan
- Timestamp:
- 06/04/15 22:00:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scan
r72 r88 25 25 my $csv = Text::CSV->new; 26 26 27 for my $bookmark (@{ $bookmarks-> get_bookmarks->results }) {27 for my $bookmark (@{ $bookmarks->search->results }) { 28 28 printf "%3d %s\n", $bookmark->id, $bookmark->uri unless $CSV; 29 29 my $response = $ua->head($bookmark->uri);
Note: See TracChangeset
for help on using the changeset viewer.