Help for this page

Select Code to Download


  1. or download this
    $self->content("bar".substr($self->content,3));
    
  2. or download this
    s/foo/bar/, $self->content($_) for $self->content;