Scroll to navigation

Socialtext::Resting::TaggedPages(3pm) User Contributed Perl Documentation Socialtext::Resting::TaggedPages(3pm)

NAME

Socialtext::Resting::TaggedPages - Utilities for finding pages with tags

SYNOPSIS

  use Socialtext::Resting::TaggedPages qw/tagged_pages/;
  my $untagged_pages = tagged_pages( rester => $r, notags => 1 );
  my $foo_pages      = tagged_pages( rester => $r, tags   => ['foo'] );

FUNCTIONS

tagged_pages

Return a list of tagged pages. See SYNOPSIS for usage.

AUTHOR

Luke Closs, "<luke.closs at socialtext.com>"

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2009-01-09 perl v5.10.1