NAME WWW::CheckPad - An API to control the check*pad (http://www.checkpad.jp/) SYNOPSIS use WWW::CheckPad; use WWW::CheckPad::CheckList; use WWW::CheckPad::CheckItem; ## check*padに接続し、ログインします。 WWW::CheckPad->connect({ email => 'your email address', password => 'your password' }); ## 新しいチェックリストを作成し、保存します。 my $new_checklist = WWW::CheckPad::CheckList->insert({ title => 'Private Todo List' }); ## 新しい