Set::CheckList

Set::CheckList is a Perl module that allows you to keep track of a list of 'to do' items.
Download

Set::CheckList Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Miko O'Sullivan
  • Publisher web site:
  • http://search.cpan.org/~miko/

Set::CheckList Tags


Set::CheckList Description

Set::CheckList is a Perl module that allows you to keep track of a list of 'to do' items. Set::CheckList is a Perl module that allows you to keep track of a list of "to do" items.SYNOPSIS use Set::CheckList; my ($checklist, $item); $checklist = Set::CheckList->new(); $checklist->set('Fred'); while (defined($item = $cl->next())) { # items can be set in the middle of a loop $checklist->set('Wilma'); # setting an item again doesn't change its done status $checklist->set('Fred'); print $item, "n" } Requirements: · Perl


Set::CheckList Related Software