Help for this page

Select Code to Download


  1. or download this
    my $newobject = Subroutine->new($parent)
    
  2. or download this
    my $class = 'Loop';
    my $newobject = $class->new($parent)
    
  3. or download this
    sub edit {
      my $self = shift;
      $self->(child('atoms')->[0])->edit
    }