Help for this page

Select Code to Download


  1. or download this
    my $o = OO::Module->new;
    
    for my $i ( 0 .. $o->yyy->highest_index ) {
        $o->yyy->set_element( $i, $o->yyy->get_element( $i ) + 1 );
    }
    
  2. or download this
    our @yyy;
    *yyy = \@{ $main::lglobal{ yyy } };
    
    ++$yyy[ $_ ] for 0 .. $#yyy