Help for this page

Select Code to Download


  1. or download this
    substr $x,5,3 =~ s/g/G/;
    
  2. or download this
    my $y = \substr $x,5,3;
    $$y=~s/g/G/;