Help for this page

Select Code to Download


  1. or download this
    sub update_thing
    {
    ...
      {
        $self->{cell}[$x][$y] = $u;
    }
    
  2. or download this
      $obj->update_thing(15000, 20000, sub { $_[0] =~ s[something][else]g;
    + $_[0] } );