start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: new Chapter 15
Usenet News
Next: Reference: del_group
 

add_group

 $

newsrc


->add_group
(

groupname

[, 

options

])

Adds newsgroup to .newsrc , as a subscribed group. Defaults to adding at the end. The arguments are:

groupname

Name of the newsgroup to add.

options

Hash with one entry, indicating where to put the newsgroup. Key is where , and possible values are:

after => group

Put immediately after newsgroup group , or last if group is not there.

alpha

Put in alphabetical order.

before => group

Put immediately before newsgroup group .

first

Put as first newsgroup.

last

Put as last newsgroup.

number => n

Put at position n , where the first position is 0. If position is negative, count from the end of the list backwards n positions.


Previous: Reference: new Perl in a Nutshell Next: Reference: del_group
Reference: new Book Index Reference: del_group

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.