Help for this page

Select Code to Download


  1. or download this
        my $content = $obj->content();
        $content =~ s/ome/thin/g;
        $obj->content( $content );
    
  2. or download this
        $obj->{content} =~ s/ome/thin/g;