Win32::IEFavorites::DateTime - DateTime-ize IE's Favorites' modified time |
Win32::IEFavorites::DateTime - DateTime-ize IE's Favorites' modified time
use Win32::IEFavorites;
my @items = Win32::IEFavorites->find;
foreach my $item (@items) { print $item->url,"\n"; print $item->modified->ymd,"\n"; }
Returns an DateTime object.
http://www.cyanwerks.com/file-format-url.html
Kenichi Ishigaki, <ishigaki@cpan.org>
Copyright (C) 2006 by Kenichi Ishigaki
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Win32::IEFavorites::DateTime - DateTime-ize IE's Favorites' modified time |