1Biber::Sections(3pm) User Contributed Perl Documentation Biber::Sections(3pm)
2
3
4
6 Biber::Sections - Biber::Sections objects
7
8 new
9 Initialize a Biber::Sections object
10
11 get_num_sections
12 Gets the number of Biber::Section objects
13
14 get_section
15 Gets a Biber::Section by number from the Biber::Sections object
16
17 get_sections
18 Gets an sorted array ref of all Biber::Section objects
19
20 add_section
21 Adds a Biber::Section to the Biber::Sections object
22
23 delete_section
24 Deletes a section
25 Mainly used in test scripts
26
28 Philip Kime "<philip at kime.org.uk>"
29
31 Please report any bugs or feature requests on our Github tracker at
32 <https://github.com/plk/biber/issues>.
33
35 Copyright 2009-2012 François Charette and Philip Kime, all rights
36 reserved. Copyright 2012-2023 Philip Kime, all rights reserved.
37
38 This module is free software. You can redistribute it and/or modify it
39 under the terms of the Artistic License 2.0.
40
41 This program is distributed in the hope that it will be useful, but
42 without any warranty; without even the implied warranty of
43 merchantability or fitness for a particular purpose.
44
45
46
47perl v5.38.0 2023-07-19 Biber::Sections(3pm)