Help for this page

Select Code to Download


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