Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: unmark_listChapter 15
Usenet News
Next: Reference: unsub_groups
 

unmark_range

 $newsrc->unmark_range(groupname, n, m[, options])

Removes a range of articles from n to m from .newsrc. Arguments are:

groupname

Group to remove articles from.

n

Number of the first article in the range.

m

Number of the last article in the range.

options

Hash. See description under add_group.


Previous: Reference: unmark_listPerl in a NutshellNext: Reference: unsub_groups
Reference: unmark_listBook IndexReference: unsub_groups