Help for this page

Select Code to Download


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