]> git.ipfire.org Git - people/stevee/perl-ipset.git/commit
Add pure perl get_set_data function().
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 11 Sep 2022 13:52:48 +0000 (15:52 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 11 Sep 2022 13:52:48 +0000 (15:52 +0200)
commit5fcb8865b75a8054dc32a64f0cded018af91b934
tree20d91e46a0bb487978e44cf1f3a41fea8de2520c
parent0dc88f2aea46e1d2f524a0f50aff881e7e72487b
Add pure perl get_set_data function().

This function will create an object with the set data of a given set
and allows easy access to the single parts by using different methods.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
lib/IPSet.pm