- or download this
$c->createGroup([0, 0], -members => [$parent, @children]);
- or download this
my $id = $c->find( 'withtag', 'current' );
print "\t item id: $id\n";
- or download this
my $x1 = 10;
my $x2 = 20;
...
}
my $group = $c->createGroup([0, 0], -members => [$parent, @childre
+n]);