Help for this page

Select Code to Download


  1. or download this
    abc def(1)abc abc abc
    abc def(1)abc def(1)abc abc
    abc def(1)abc def(1)abc def(1)abc
    
    Done. string = 'abc def(1)abc def(1)abc def(1)abc'
    
  2. or download this
    my $string = "abc abc abc abc";
    my $x = 1;
    ...
        print "$string\n";
        pos($string) = $i + 6;
    }
    
  3. or download this
    my $string = "abc abc abc abc";
    my $x = 1;
    ...
    }
    
    print "\nDone. string = '$string'\n";